#566DA5

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

Shades of San Marino #566DA5

Tints of San Marino #566DA5

Color information

#566DA5 (or 0x566DA5) is unknown color: approx San Marino. HEX triplet: 56, 6D and A5. RGB value is (86,109,165). Sum of RGB (Red+Green+Blue) = 86+109+165=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #566DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DA5 is #A9925A. Grayscale: #6C6C6C. Windows color (decimal): -11113051 or 10841430. OLE color: 10841430.

HSL color Cylindrical-coordinate representation of color #566DA5: hue angle of 222.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #566DA5 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86109165-
CMYK0.480.3400.35
HSL222.53º31.47%49.22%-
HSV(B)222.53º47.88%64.71%-
XYZ16.115.6337.77-
YUV108.51159.88111.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=23.89%
G=30.28%
B=45.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861091650.480.3400.35222.5331.4749.22
Hex566DA53022023df1f31
Octal12615524560420433373761
Binary101011011011011010010111000010001001000111101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,165); }

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

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

 a { background-color: rgb(86,109,165); }

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

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

 span { border-color: rgb(86,109,165); }

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