#566BAB

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

Shades of San Marino #566BAB

Tints of San Marino #566BAB

Color information

#566BAB (or 0x566BAB) is unknown color: approx San Marino. HEX triplet: 56, 6B and AB. RGB value is (86,107,171). Sum of RGB (Red+Green+Blue) = 86+107+171=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #566BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BAB is #A99454. Grayscale: #6B6B6B. Windows color (decimal): -11113557 or 11234134. OLE color: 11234134.

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

Color convert

RGB86107171-
CMYK0.500.3700.33
HSL225.18º33.6%50.39%-
HSV(B)225.18º49.71%67.06%-
XYZ16.4515.4340.64-
YUV108.02163.54112.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=23.63%
G=29.40%
B=46.98%

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
Decimal861071710.500.3700.33225.1833.650.39
Hex566BAB3225021e12232
Octal12615325362450413414262
Binary1010110110101110101011110010100101010000111100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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