#566fad

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

Shades of San Marino #566FAD

Tints of San Marino #566FAD

Color information

#566FAD (or 0x566FAD) is unknown color: approx San Marino. HEX triplet: 56, 6F and AD. RGB value is (86,111,173). Sum of RGB (Red+Green+Blue) = 86+111+173=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #566FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FAD is #A99052. Grayscale: #6E6E6E. Windows color (decimal): -11112531 or 11366230. OLE color: 11366230.

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

Color convert

RGB86111173-
CMYK0.500.3600.32
HSL222.76º34.66%50.78%-
HSV(B)222.76º50.29%67.84%-
XYZ17.0716.3641.79-
YUV110.59163.22110.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=23.24%
G=30%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861111730.500.3600.32222.7634.6650.78
Hex566FAD3224020df2333
Octal12615725562440403374363
Binary1010110110111110101101110010100100010000011011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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