#556B9B

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

Shades of San Marino #556B9B

Tints of San Marino #556B9B

Color information

#556B9B (or 0x556B9B) is unknown color: approx San Marino. HEX triplet: 55, 6B and 9B. RGB value is (85,107,155). Sum of RGB (Red+Green+Blue) = 85+107+155=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #556B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B9B is #AA9464. Grayscale: #696969. Windows color (decimal): -11179109 or 10185557. OLE color: 10185557.

HSL color Cylindrical-coordinate representation of color #556B9B: hue angle of 221.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556B9B is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85107155-
CMYK0.450.3100.39
HSL221.14º29.17%47.06%-
HSV(B)221.14º45.16%60.78%-
XYZ14.9214.8133.08-
YUV105.89155.71113.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=24.50%
G=30.84%
B=44.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851071550.450.3100.39221.1429.1747.06
Hex556B9B2D1F027dd1d2f
Octal12515323355370473353557
Binary10101011101011100110111011011111101001111101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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