#556899

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

Shades of San Marino #556899

Tints of San Marino #556899

Color information

#556899 (or 0x556899) is unknown color: approx San Marino. HEX triplet: 55, 68 and 99. RGB value is (85,104,153). Sum of RGB (Red+Green+Blue) = 85+104+153=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #556899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556899 is #AA9766. Grayscale: #676767. Windows color (decimal): -11179879 or 10053717. OLE color: 10053717.

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

Color convert

RGB85104153-
CMYK0.440.3200.4
HSL223.24º28.57%46.67%-
HSV(B)223.24º44.44%60%-
XYZ14.4514.1332.1-
YUV103.9155.71114.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=24.85%
G=30.41%
B=44.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851041530.440.3200.4223.2428.5746.67
Hex5568992C20028df1d2f
Octal12515023154400503373557
Binary101010111010001001100110110010000001010001101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556899; }

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

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

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

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

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

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

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

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