#566E9A

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

Shades of San Marino #566E9A

Tints of San Marino #566E9A

Color information

#566E9A (or 0x566E9A) is unknown color: approx San Marino. HEX triplet: 56, 6E and 9A. RGB value is (86,110,154). Sum of RGB (Red+Green+Blue) = 86+110+154=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #566E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E9A is #A99165. Grayscale: #6B6B6B. Windows color (decimal): -11112806 or 10120790. OLE color: 10120790.

HSL color Cylindrical-coordinate representation of color #566E9A: hue angle of 218.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #566E9A is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86110154-
CMYK0.440.2900.40
HSL218.82º28.33%47.06%-
HSV(B)218.82º44.16%60.39%-
XYZ15.2515.4632.75-
YUV107.84154.05112.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 154 (60.55% from 255) = 44%
R=24.57%
G=31.43%
B=44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861101540.440.2900.40218.8228.3347.06
Hex566E9A2C1D028db1c2f
Octal12615623254350503333457
Binary10101101101110100110101011001110101010001101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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