#566475

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

Shades of Shuttle Grey #566475

Tints of Shuttle Grey #566475

Color information

#566475 (or 0x566475) is unknown color: approx Shuttle Grey. HEX triplet: 56, 64 and 75. RGB value is (86,100,117). Sum of RGB (Red+Green+Blue) = 86+100+117=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #566475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566475 is #A99B8A. Grayscale: #616161. Windows color (decimal): -11115403 or 7693398. OLE color: 7693398.

HSL color Cylindrical-coordinate representation of color #566475: hue angle of 212.9º 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 #566475 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86100117-
CMYK0.260.1500.54
HSL212.9º15.27%39.8%-
HSV(B)212.9º26.5%45.88%-
XYZ11.6112.3818.61-
YUV97.75138.86119.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=28.38%
G=33.00%
B=38.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861001170.260.1500.54212.915.2739.8
Hex5664751AF036d5f28
Octal12614416532170663251750
Binary1010110110010011101011101011110110110110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566475; }

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

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

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

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

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

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

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

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