Html Css Color HEX #556599 San Marino

📋 copy color: '#556599'

red 85 ◦ green 101 ◦ blue 153

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

Shades of San Marino #556599

Tints of San Marino #556599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 25.07%
G = 29.79%
B = 45.13%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556599 (or 0x556599) is known color: San Marino. HEX triplet: 55, 65 and 99. RGB value is (85,101,153). Sum of RGB (Red+Green+Blue) = 85+101+153=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #556599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556599 is #AA9A66. Grayscale: #656565. Windows color (decimal): -11180647 or 10052949. OLE color: 10052949.

HSL color Cylindrical-coordinate representation of color #556599: hue angle of 225.88º 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 #556599 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 101 153 -
CMYK 0.44 0.34 0 0.4
HSL 225.88º 0.29% 0.47% -
HSV(B) 225.88º 0.44% 0.6% -
XYZ 14.15 13.54 32 -
YUV 102.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 85 101 153 0.44 0.34 0 0.4 225.88 0.29 0.47
Hex 55 65 99 2C 22 0 28 E2 1D 2F
Octal 125 145 231 54 42 0 50 342 35 57
Binary 1010101 1100101 10011001 101100 100010 0 101000 11100010 11101 101111

Color Harmonies of #556599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556599

Black with #556599

Text Example


Text Example

White with #556599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556599; }

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

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

background-color css

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

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

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

border-color css

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

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

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