#566FAE

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

Shades of San Marino #566FAE

Tints of San Marino #566FAE

Color information

#566FAE (or 0x566FAE) is unknown color: approx San Marino. HEX triplet: 56, 6F and AE. RGB value is (86,111,174). Sum of RGB (Red+Green+Blue) = 86+111+174=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #566FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FAE is #A99051. Grayscale: #6E6E6E. Windows color (decimal): -11112530 or 11431766. OLE color: 11431766.

HSL color Cylindrical-coordinate representation of color #566FAE: hue angle of 222.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566FAE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86111174-
CMYK0.510.3600.32
HSL222.95º35.2%50.98%-
HSV(B)222.95º50.57%68.24%-
XYZ17.1616.442.31-
YUV110.71163.72110.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=23.18%
G=29.92%
B=46.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861111740.510.3600.32222.9535.250.98
Hex566FAE3324020df2333
Octal12615725663440403374363
Binary1010110110111110101110110011100100010000011011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,111,174); }

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

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

 a { background-color: rgb(86,111,174); }

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

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

 span { border-color: rgb(86,111,174); }

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