#556D99

Color #556D99 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #556D99

Tints of San Marino #556D99

Color information

#556D99 (or 0x556D99) is unknown color: approx San Marino. HEX triplet: 55, 6D and 99. RGB value is (85,109,153). Sum of RGB (Red+Green+Blue) = 85+109+153=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #556D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D99 is #AA9266. Grayscale: #6A6A6A. Windows color (decimal): -11178599 or 10054997. OLE color: 10054997.

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

Color convert

RGB85109153-
CMYK0.440.2900.4
HSL218.82º28.57%46.67%-
HSV(B)218.82º44.44%60%-
XYZ14.9615.1732.28-
YUV106.84154.05112.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=24.50%
G=31.41%
B=44.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851091530.440.2900.4218.8228.5746.67
Hex556D992C1D028db1d2f
Octal12515523154350503333557
Binary10101011101101100110011011001110101010001101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #556D99;
 }
 .AnyTagClassName
 {
   color: #556D99;
 }
</style>
background-color css

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

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

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

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

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

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