#556499

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

Shades of San Marino #556499

Tints of San Marino #556499

Color information

#556499 (or 0x556499) is unknown color: approx San Marino. HEX triplet: 55, 64 and 99. RGB value is (85,100,153). Sum of RGB (Red+Green+Blue) = 85+100+153=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #556499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556499 is #AA9B66. Grayscale: #656565. Windows color (decimal): -11180903 or 10052693. OLE color: 10052693.

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

Color convert

RGB85100153-
CMYK0.440.3500.4
HSL226.76º28.57%46.67%-
HSV(B)226.76º44.44%60%-
XYZ14.0513.3531.97-
YUV101.56157.03116.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=25.15%
G=29.59%
B=45.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851001530.440.3500.4226.7628.5746.67
Hex5564992C23028e31d2f
Octal12514423154430503433557
Binary101010111001001001100110110010001101010001110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556499; }

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

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

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

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

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

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

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

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