#556CAC

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

Shades of San Marino #556CAC

Tints of San Marino #556CAC

Color information

#556CAC (or 0x556CAC) is unknown color: approx San Marino. HEX triplet: 55, 6C and AC. RGB value is (85,108,172). Sum of RGB (Red+Green+Blue) = 85+108+172=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #556CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CAC is #AA9353. Grayscale: #6C6C6C. Windows color (decimal): -11178836 or 11299925. OLE color: 11299925.

HSL color Cylindrical-coordinate representation of color #556CAC: hue angle of 224.14º 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 #556CAC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85108172-
CMYK0.510.3700.33
HSL224.14º34.39%50.39%-
HSV(B)224.14º50.58%67.45%-
XYZ16.5615.6341.18-
YUV108.42163.88111.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=23.29%
G=29.59%
B=47.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851081720.510.3700.33224.1434.3950.39
Hex556CAC3325021e02232
Octal12515425463450413404262
Binary1010101110110010101100110011100101010000111100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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