Html Css Color HEX #556AA7 San Marino

📋 copy color: '#556AA7'

red 85 ◦ green 106 ◦ blue 167

#556AA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #556AA7

Tints of San Marino #556AA7

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 23.74%
G = 29.61%
B = 46.65%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#556AA7 (or 0x556AA7) is known color: San Marino. HEX triplet: 55, 6A and A7. RGB value is (85,106,167). Sum of RGB (Red+Green+Blue) = 85+106+167=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #556AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556AA7 is #AA9558. Grayscale: #6A6A6A. Windows color (decimal): -11179353 or 10971733. OLE color: 10971733.

HSL color Cylindrical-coordinate representation of color #556AA7: hue angle of 224.63º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556AA7 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 106 167 -
CMYK 0.49 0.37 0 0.35
HSL 224.63º 0.33% 0.49% -
HSV(B) 224.63º 0.49% 0.65% -
XYZ 15.88 15.03 38.62 -
YUV 106.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 85 106 167 0.49 0.37 0 0.35 224.63 0.33 0.49
Hex 55 6A A7 31 25 0 23 E1 21 31
Octal 125 152 247 61 45 0 43 341 41 61
Binary 1010101 1101010 10100111 110001 100101 0 100011 11100001 100001 110001

Color Harmonies of #556AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AA7

Black with #556AA7

Text Example


Text Example

White with #556AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556AA7; }

 p { color: rgb(85,106,167); }

 H1.HeaderClassName
 {
   color: #556AA7;
 }
 .AnyTagClassName
 {
   color: #556AA7;
 }
</style>

background-color css

<style>
 a { background-color: #556AA7; }

 a { background-color: rgb(85,106,167); }

 div.DivClassName
 {
   background-color: #556AA7;
 }
 .BgClassName
 {
   background-color: #556AA7;
 }
</style>

border-color css

<style>
 span { border-color: #556AA7; }

 span { border-color: rgb(85,106,167); }

 td.TdClassName
 {
   border-color: #556AA7;
 }
 .TagClassName
 {
   border-color: #556AA7;
 }
</style>