Html Css Color HEX #556CAA San Marino

📋 copy color: '#556CAA'

red 85 ◦ green 108 ◦ blue 170

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

Shades of San Marino #556CAA

Tints of San Marino #556CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 23.42%
G = 29.75%
B = 46.83%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#556CAA (or 0x556CAA) is known color: San Marino. HEX triplet: 55, 6C and AA. RGB value is (85,108,170). Sum of RGB (Red+Green+Blue) = 85+108+170=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #556CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CAA is #AA9355. Grayscale: #6B6B6B. Windows color (decimal): -11178838 or 11168853. OLE color: 11168853.

HSL color Cylindrical-coordinate representation of color #556CAA: hue angle of 223.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556CAA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 108 170 -
CMYK 0.50 0.36 0 0.33
HSL 223.76º 0.33% 0.5% -
HSV(B) 223.76º 0.5% 0.67% -
XYZ 16.36 15.56 40.17 -
YUV 108.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 85 108 170 0.50 0.36 0 0.33 223.76 0.33 0.5
Hex 55 6C AA 32 24 0 21 E0 21 32
Octal 125 154 252 62 44 0 41 340 41 62
Binary 1010101 1101100 10101010 110010 100100 0 100001 11100000 100001 110010

Color Harmonies of #556CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CAA

Black with #556CAA

Text Example


Text Example

White with #556CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,170); }

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

background-color css

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

 a { background-color: rgb(85,108,170); }

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

border-color css

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

 span { border-color: rgb(85,108,170); }

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