#566CAB

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

Shades of San Marino #566CAB

Tints of San Marino #566CAB

Color information

#566CAB (or 0x566CAB) is unknown color: approx San Marino. HEX triplet: 56, 6C and AB. RGB value is (86,108,171). Sum of RGB (Red+Green+Blue) = 86+108+171=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 108 (42.58% from 255 or 29.59% 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 #566CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CAB is #A99354. Grayscale: #6C6C6C. Windows color (decimal): -11113301 or 11234390. OLE color: 11234390.

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

Color convert

RGB86108171-
CMYK0.500.3700.33
HSL224.47º33.6%50.39%-
HSV(B)224.47º49.71%67.06%-
XYZ16.5515.6440.68-
YUV108.6163.21111.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=23.56%
G=29.59%
B=46.85%

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
Decimal861081710.500.3700.33224.4733.650.39
Hex566CAB3225021e02232
Octal12615425362450413404262
Binary1010110110110010101011110010100101010000111100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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