#566875

Color #566875 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #566875

Tints of Shuttle Grey #566875

Color information

#566875 (or 0x566875) is unknown color: approx Shuttle Grey. HEX triplet: 56, 68 and 75. RGB value is (86,104,117). Sum of RGB (Red+Green+Blue) = 86+104+117=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #566875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566875 is #A9978A. Grayscale: #646464. Windows color (decimal): -11114379 or 7694422. OLE color: 7694422.

HSL color Cylindrical-coordinate representation of color #566875: hue angle of 205.16º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566875 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86104117-
CMYK0.260.1100.54
HSL205.16º15.27%39.8%-
HSV(B)205.16º26.5%45.88%-
XYZ1213.1618.74-
YUV100.1137.54117.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=28.01%
G=33.88%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861041170.260.1100.54205.1615.2739.8
Hex5668751AB036cdf28
Octal12615016532130663151750
Binary1010110110100011101011101010110110110110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566875; }

 p { color: rgb(86,104,117); }

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

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

 a { background-color: rgb(86,104,117); }

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

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

 span { border-color: rgb(86,104,117); }

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