#566FA3

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

Shades of San Marino #566FA3

Tints of San Marino #566FA3

Color information

#566FA3 (or 0x566FA3) is unknown color: approx San Marino. HEX triplet: 56, 6F and A3. RGB value is (86,111,163). Sum of RGB (Red+Green+Blue) = 86+111+163=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #566FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FA3 is #A9905C. Grayscale: #6D6D6D. Windows color (decimal): -11112541 or 10710870. OLE color: 10710870.

HSL color Cylindrical-coordinate representation of color #566FA3: hue angle of 220.52º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #566FA3 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86111163-
CMYK0.470.3200.36
HSL220.52º30.92%48.82%-
HSV(B)220.52º47.24%63.92%-
XYZ16.1315.9936.89-
YUV109.45158.22111.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 163 (64.06% from 255) = 45.28%
R=23.89%
G=30.83%
B=45.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861111630.470.3200.36220.5230.9248.82
Hex566FA32F20024dd1f31
Octal12615724357400443353761
Binary101011011011111010001110111110000001001001101110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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