#566B9E

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

Shades of San Marino #566B9E

Tints of San Marino #566B9E

Color information

#566B9E (or 0x566B9E) is unknown color: approx San Marino. HEX triplet: 56, 6B and 9E. RGB value is (86,107,158). Sum of RGB (Red+Green+Blue) = 86+107+158=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #566B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B9E is #A99461. Grayscale: #6A6A6A. Windows color (decimal): -11113570 or 10382166. OLE color: 10382166.

HSL color Cylindrical-coordinate representation of color #566B9E: hue angle of 222.5º 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 #566B9E is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86107158-
CMYK0.460.3200.38
HSL222.5º29.51%47.84%-
HSV(B)222.5º45.57%61.96%-
XYZ15.2714.9634.43-
YUV106.54157.04113.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=24.50%
G=30.48%
B=45.01%

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
Decimal861071580.460.3200.38222.529.5147.84
Hex566B9E2E20026de1e30
Octal12615323656400463363660
Binary101011011010111001111010111010000001001101101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,158); }

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

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

 a { background-color: rgb(86,107,158); }

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

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

 span { border-color: rgb(86,107,158); }

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