#566CAA

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

Shades of San Marino #566CAA

Tints of San Marino #566CAA

Color information

#566CAA (or 0x566CAA) is unknown color: approx San Marino. HEX triplet: 56, 6C and AA. RGB value is (86,108,170). Sum of RGB (Red+Green+Blue) = 86+108+170=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #566CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CAA is #A99355. Grayscale: #6C6C6C. Windows color (decimal): -11113302 or 11168854. OLE color: 11168854.

HSL color Cylindrical-coordinate representation of color #566CAA: hue angle of 224.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566CAA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86108170-
CMYK0.490.3600.33
HSL224.29º33.07%50.2%-
HSV(B)224.29º49.41%66.67%-
XYZ16.4615.6140.18-
YUV108.49162.71111.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=23.63%
G=29.67%
B=46.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861081700.490.3600.33224.2933.0750.2
Hex566CAA3124021e02132
Octal12615425261440413404162
Binary1010110110110010101010110001100100010000111100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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