#566B9D

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

Shades of San Marino #566B9D

Tints of San Marino #566B9D

Color information

#566B9D (or 0x566B9D) is unknown color: approx San Marino. HEX triplet: 56, 6B and 9D. RGB value is (86,107,157). Sum of RGB (Red+Green+Blue) = 86+107+157=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #566B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B9D is #A99462. Grayscale: #6A6A6A. Windows color (decimal): -11113571 or 10316630. OLE color: 10316630.

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

Color convert

RGB86107157-
CMYK0.450.3200.38
HSL222.25º29.22%47.65%-
HSV(B)222.25º45.22%61.57%-
XYZ15.1814.9333.98-
YUV106.42156.54113.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=24.57%
G=30.57%
B=44.86%

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
Decimal861071570.450.3200.38222.2529.2247.65
Hex566B9D2D20026de1d30
Octal12615323555400463363560
Binary101011011010111001110110110110000001001101101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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