#556BA9

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

Shades of San Marino #556BA9

Tints of San Marino #556BA9

Color information

#556BA9 (or 0x556BA9) is unknown color: approx San Marino. HEX triplet: 55, 6B and A9. RGB value is (85,107,169). Sum of RGB (Red+Green+Blue) = 85+107+169=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #556BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BA9 is #AA9456. Grayscale: #6B6B6B. Windows color (decimal): -11179095 or 11103061. OLE color: 11103061.

HSL color Cylindrical-coordinate representation of color #556BA9: hue angle of 224.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556BA9 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB85107169-
CMYK0.500.3700.34
HSL224.29º33.07%49.8%-
HSV(B)224.29º49.7%66.27%-
XYZ16.1715.3139.64-
YUV107.49162.71111.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=23.55%
G=29.64%
B=46.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851071690.500.3700.34224.2933.0749.8
Hex556BA93225022e02132
Octal12515325162450423404162
Binary1010101110101110101001110010100101010001011100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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