#556DAB

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

Shades of San Marino #556DAB

Tints of San Marino #556DAB

Color information

#556DAB (or 0x556DAB) is unknown color: approx San Marino. HEX triplet: 55, 6D and AB. RGB value is (85,109,171). Sum of RGB (Red+Green+Blue) = 85+109+171=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #556DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556DAB is #AA9254. Grayscale: #6C6C6C. Windows color (decimal): -11178581 or 11234645. OLE color: 11234645.

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

Color convert

RGB85109171-
CMYK0.500.3600.33
HSL223.26º33.86%50.2%-
HSV(B)223.26º50.29%67.06%-
XYZ16.5715.8140.71-
YUV108.89163.05110.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=23.29%
G=29.86%
B=46.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851091710.500.3600.33223.2633.8650.2
Hex556DAB3224021df2232
Octal12515525362440413374262
Binary1010101110110110101011110010100100010000111011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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