#556EAC

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

Shades of San Marino #556EAC

Tints of San Marino #556EAC

Color information

#556EAC (or 0x556EAC) is unknown color: approx San Marino. HEX triplet: 55, 6E and AC. RGB value is (85,110,172). Sum of RGB (Red+Green+Blue) = 85+110+172=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #556EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556EAC is #AA9153. Grayscale: #6D6D6D. Windows color (decimal): -11178324 or 11300437. OLE color: 11300437.

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

Color convert

RGB85110172-
CMYK0.510.3600.33
HSL222.76º34.39%50.39%-
HSV(B)222.76º50.58%67.45%-
XYZ16.7716.0641.25-
YUV109.59163.22110.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=23.16%
G=29.97%
B=46.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851101720.510.3600.33222.7634.3950.39
Hex556EAC3324021df2232
Octal12515625463440413374262
Binary1010101110111010101100110011100100010000111011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,172); }

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

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

 a { background-color: rgb(85,110,172); }

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

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

 span { border-color: rgb(85,110,172); }

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