#566C9F

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

Shades of San Marino #566C9F

Tints of San Marino #566C9F

Color information

#566C9F (or 0x566C9F) is unknown color: approx San Marino. HEX triplet: 56, 6C and 9F. RGB value is (86,108,159). Sum of RGB (Red+Green+Blue) = 86+108+159=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #566C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C9F is #A99360. Grayscale: #6B6B6B. Windows color (decimal): -11113313 or 10447958. OLE color: 10447958.

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

Color convert

RGB86108159-
CMYK0.460.3200.38
HSL221.92º29.8%48.04%-
HSV(B)221.92º45.91%62.35%-
XYZ15.4615.2134.92-
YUV107.24157.21112.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=24.36%
G=30.59%
B=45.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861081590.460.3200.38221.9229.848.04
Hex566C9F2E20026de1e30
Octal12615423756400463363660
Binary101011011011001001111110111010000001001101101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,159); }

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

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

 a { background-color: rgb(86,108,159); }

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

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

 span { border-color: rgb(86,108,159); }

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