#556BAB

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

Shades of San Marino #556BAB

Tints of San Marino #556BAB

Color information

#556BAB (or 0x556BAB) is unknown color: approx San Marino. HEX triplet: 55, 6B and AB. RGB value is (85,107,171). Sum of RGB (Red+Green+Blue) = 85+107+171=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #556BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BAB is #AA9454. Grayscale: #6B6B6B. Windows color (decimal): -11179093 or 11234133. OLE color: 11234133.

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

Color convert

RGB85107171-
CMYK0.500.3700.33
HSL224.65º33.86%50.2%-
HSV(B)224.65º50.29%67.06%-
XYZ16.3515.3940.64-
YUV107.72163.71111.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=23.42%
G=29.48%
B=47.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851071710.500.3700.33224.6533.8650.2
Hex556BAB3225021e12232
Octal12515325362450413414262
Binary1010101110101110101011110010100101010000111100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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