#556599

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

Shades of San Marino #556599

Tints of San Marino #556599

Color information

#556599 (or 0x556599) is unknown color: approx 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

RGB85101153-
CMYK0.440.3400.4
HSL225.88º28.57%46.67%-
HSV(B)225.88º44.44%60%-
XYZ14.1513.5432-
YUV102.14156.7115.77-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851011530.440.3400.4225.8828.5746.67
Hex5565992C22028e21d2f
Octal12514523154420503423557
Binary101010111001011001100110110010001001010001110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>