#556B99

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

Shades of San Marino #556B99

Tints of San Marino #556B99

Color information

#556B99 (or 0x556B99) is unknown color: approx San Marino. HEX triplet: 55, 6B and 99. RGB value is (85,107,153). Sum of RGB (Red+Green+Blue) = 85+107+153=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #556B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B99 is #AA9466. Grayscale: #696969. Windows color (decimal): -11179111 or 10054485. OLE color: 10054485.

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

Color convert

RGB85107153-
CMYK0.440.3000.4
HSL220.59º28.57%46.67%-
HSV(B)220.59º44.44%60%-
XYZ14.7514.7532.21-
YUV105.67154.71113.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=24.64%
G=31.01%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851071530.440.3000.4220.5928.5746.67
Hex556B992C1E028dd1d2f
Octal12515323154360503353557
Binary10101011101011100110011011001111001010001101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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