#566E9D

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

Shades of San Marino #566E9D

Tints of San Marino #566E9D

Color information

#566E9D (or 0x566E9D) is unknown color: approx San Marino. HEX triplet: 56, 6E and 9D. RGB value is (86,110,157). Sum of RGB (Red+Green+Blue) = 86+110+157=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #566E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E9D is #A99162. Grayscale: #6B6B6B. Windows color (decimal): -11112803 or 10317398. OLE color: 10317398.

HSL color Cylindrical-coordinate representation of color #566E9D: hue angle of 219.72º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #566E9D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86110157-
CMYK0.450.3000.38
HSL219.72º29.22%47.65%-
HSV(B)219.72º45.22%61.57%-
XYZ15.515.5634.09-
YUV108.18155.55112.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=24.36%
G=31.16%
B=44.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861101570.450.3000.38219.7229.2247.65
Hex566E9D2D1E026dc1d30
Octal12615623555360463343560
Binary10101101101110100111011011011111001001101101110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,110,157); }

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

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

 a { background-color: rgb(86,110,157); }

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

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

 span { border-color: rgb(86,110,157); }

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