#566C9B

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

Shades of San Marino #566C9B

Tints of San Marino #566C9B

Color information

#566C9B (or 0x566C9B) is unknown color: approx San Marino. HEX triplet: 56, 6C and 9B. RGB value is (86,108,155). Sum of RGB (Red+Green+Blue) = 86+108+155=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #566C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C9B is #A99364. Grayscale: #6A6A6A. Windows color (decimal): -11113317 or 10185814. OLE color: 10185814.

HSL color Cylindrical-coordinate representation of color #566C9B: hue angle of 220.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #566C9B is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86108155-
CMYK0.450.3000.39
HSL220.87º28.63%47.25%-
HSV(B)220.87º44.52%60.78%-
XYZ15.1215.0733.12-
YUV106.78155.21113.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=24.64%
G=30.95%
B=44.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861081550.450.3000.39220.8728.6347.25
Hex566C9B2D1E027dd1d2f
Octal12615423355360473353557
Binary10101101101100100110111011011111001001111101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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