#566A9D

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

Shades of San Marino #566A9D

Tints of San Marino #566A9D

Color information

#566A9D (or 0x566A9D) is unknown color: approx San Marino. HEX triplet: 56, 6A and 9D. RGB value is (86,106,157). Sum of RGB (Red+Green+Blue) = 86+106+157=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #566A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A9D is #A99562. Grayscale: #696969. Windows color (decimal): -11113827 or 10316374. OLE color: 10316374.

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

Color convert

RGB86106157-
CMYK0.450.3200.38
HSL223.1º29.22%47.65%-
HSV(B)223.1º45.22%61.57%-
XYZ15.0814.7233.95-
YUV105.83156.87113.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=24.64%
G=30.37%
B=44.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861061570.450.3200.38223.129.2247.65
Hex566A9D2D20026df1d30
Octal12615223555400463373560
Binary101011011010101001110110110110000001001101101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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