#556E99

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

Shades of San Marino #556E99

Tints of San Marino #556E99

Color information

#556E99 (or 0x556E99) is unknown color: approx San Marino. HEX triplet: 55, 6E and 99. RGB value is (85,110,153). Sum of RGB (Red+Green+Blue) = 85+110+153=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #556E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E99 is #AA9166. Grayscale: #6B6B6B. Windows color (decimal): -11178343 or 10055253. OLE color: 10055253.

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

Color convert

RGB85110153-
CMYK0.440.2800.4
HSL217.94º28.57%46.67%-
HSV(B)217.94º44.44%60%-
XYZ15.0715.3832.31-
YUV107.43153.72112-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=24.43%
G=31.61%
B=43.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851101530.440.2800.4217.9428.5746.67
Hex556E992C1C028da1d2f
Octal12515623154340503323557
Binary10101011101110100110011011001110001010001101101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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