#575F6E

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

Shades of Shuttle Grey #575F6E

Tints of Shuttle Grey #575F6E

Color information

#575F6E (or 0x575F6E) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 6E. RGB value is (87,95,110). Sum of RGB (Red+Green+Blue) = 87+95+110=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #575F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6E is #A8A091. Grayscale: #5E5E5E. Windows color (decimal): -11051154 or 7233367. OLE color: 7233367.

HSL color Cylindrical-coordinate representation of color #575F6E: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575F6E is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8795110-
CMYK0.210.1400.57
HSL219.13º11.68%38.63%-
HSV(B)219.13º20.91%43.14%-
XYZ10.8411.3416.37-
YUV94.32136.85122.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=29.79%
G=32.53%
B=37.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87951100.210.1400.57219.1311.6838.63
Hex575F6E15E039dbc27
Octal12713715625160713331447
Binary1010111101111111011101010111100111001110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,110); }

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

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

 a { background-color: rgb(87,95,110); }

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

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

 span { border-color: rgb(87,95,110); }

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