#575D63

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

Shades of Shuttle Grey #575D63

Tints of Shuttle Grey #575D63

Color information

#575D63 (or 0x575D63) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5D and 63. RGB value is (87,93,99). Sum of RGB (Red+Green+Blue) = 87+93+99=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #575D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D63 is #A8A29C. Grayscale: #5B5B5B. Windows color (decimal): -11051677 or 6511959. OLE color: 6511959.

HSL color Cylindrical-coordinate representation of color #575D63: hue angle of 210º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575D63 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879399-
CMYK0.120.0600.61
HSL210º6.45%36.47%-
HSV(B)210º12.12%38.82%-
XYZ10.110.7613.35-
YUV91.89132.01124.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=31.18%
G=33.33%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8793990.120.0600.612106.4536.47
Hex575D63C603Dd2624
Octal127135143146075322644
Binary1010111101110111000111100110011110111010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D63; }

 p { color: rgb(87,93,99); }

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

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

 a { background-color: rgb(87,93,99); }

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

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

 span { border-color: rgb(87,93,99); }

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