#556FA9

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

Shades of San Marino #556FA9

Tints of San Marino #556FA9

Color information

#556FA9 (or 0x556FA9) is unknown color: approx San Marino. HEX triplet: 55, 6F and A9. RGB value is (85,111,169). Sum of RGB (Red+Green+Blue) = 85+111+169=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #556FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556FA9 is #AA9056. Grayscale: #6D6D6D. Windows color (decimal): -11178071 or 11104085. OLE color: 11104085.

HSL color Cylindrical-coordinate representation of color #556FA9: hue angle of 221.43º 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 #556FA9 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB85111169-
CMYK0.500.3400.34
HSL221.43º33.07%49.8%-
HSV(B)221.43º49.7%66.27%-
XYZ16.5916.1639.78-
YUV109.84161.39110.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=23.29%
G=30.41%
B=46.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851111690.500.3400.34221.4333.0749.8
Hex556FA93222022dd2132
Octal12515725162420423354162
Binary1010101110111110101001110010100010010001011011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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