#566DA7

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

Shades of San Marino #566DA7

Tints of San Marino #566DA7

Color information

#566DA7 (or 0x566DA7) is unknown color: approx San Marino. HEX triplet: 56, 6D and A7. RGB value is (86,109,167). Sum of RGB (Red+Green+Blue) = 86+109+167=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #566DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DA7 is #A99258. Grayscale: #6C6C6C. Windows color (decimal): -11113049 or 10972502. OLE color: 10972502.

HSL color Cylindrical-coordinate representation of color #566DA7: hue angle of 222.96º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566DA7 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86109167-
CMYK0.490.3500.35
HSL222.96º32.02%49.61%-
HSV(B)222.96º48.5%65.49%-
XYZ16.2815.7138.73-
YUV108.74160.88111.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=23.76%
G=30.11%
B=46.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861091670.490.3500.35222.9632.0249.61
Hex566DA73123023df2032
Octal12615524761430433374062
Binary1010110110110110100111110001100011010001111011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,167); }

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

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

 a { background-color: rgb(86,109,167); }

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

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

 span { border-color: rgb(86,109,167); }

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