#556A9B

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

Shades of San Marino #556A9B

Tints of San Marino #556A9B

Color information

#556A9B (or 0x556A9B) is unknown color: approx San Marino. HEX triplet: 55, 6A and 9B. RGB value is (85,106,155). Sum of RGB (Red+Green+Blue) = 85+106+155=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #556A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A9B is #AA9564. Grayscale: #696969. Windows color (decimal): -11179365 or 10185301. OLE color: 10185301.

HSL color Cylindrical-coordinate representation of color #556A9B: hue angle of 222º 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 #556A9B is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85106155-
CMYK0.450.3200.39
HSL222º29.17%47.06%-
HSV(B)222º45.16%60.78%-
XYZ14.8214.6133.05-
YUV105.31156.04113.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=24.57%
G=30.64%
B=44.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851061550.450.3200.3922229.1747.06
Hex556A9B2D20027de1d2f
Octal12515223355400473363557
Binary101010111010101001101110110110000001001111101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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