Html Css Color HEX #556699 San Marino

📋 copy color: '#556699'

red 85 ◦ green 102 ◦ blue 153

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

Shades of San Marino #556699

Tints of San Marino #556699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 25%
G = 30%
B = 45%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556699 (or 0x556699) is known color: San Marino. HEX triplet: 55, 66 and 99. RGB value is (85,102,153). Sum of RGB (Red+Green+Blue) = 85+102+153=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #556699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556699 is #AA9966. Grayscale: #666666. Windows color (decimal): -11180391 or 10053205. OLE color: 10053205.

HSL color Cylindrical-coordinate representation of color #556699: hue angle of 225º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556699 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 102 153 -
CMYK 0.44 0.33 0 0.4
HSL 225º 0.29% 0.47% -
HSV(B) 225º 0.44% 0.6% -
XYZ 14.25 13.73 32.04 -
YUV 102.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 85 102 153 0.44 0.33 0 0.4 225 0.29 0.47
Hex 55 66 99 2C 21 0 28 E1 1D 2F
Octal 125 146 231 54 41 0 50 341 35 57
Binary 1010101 1100110 10011001 101100 100001 0 101000 11100001 11101 101111

Color Harmonies of #556699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556699

Black with #556699

Text Example


Text Example

White with #556699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556699; }

 p { color: rgb(85,102,153); }

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

background-color css

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

 a { background-color: rgb(85,102,153); }

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

border-color css

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

 span { border-color: rgb(85,102,153); }

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