#575F6C

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

Shades of Shuttle Grey #575F6C

Tints of Shuttle Grey #575F6C

Color information

#575F6C (or 0x575F6C) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 6C. RGB value is (87,95,108). Sum of RGB (Red+Green+Blue) = 87+95+108=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #575F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6C is #A8A093. Grayscale: #5E5E5E. Windows color (decimal): -11051156 or 7102295. OLE color: 7102295.

HSL color Cylindrical-coordinate representation of color #575F6C: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575F6C is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8795108-
CMYK0.190.1200.58
HSL217.14º10.77%38.24%-
HSV(B)217.14º19.44%42.35%-
XYZ10.7311.2915.8-
YUV94.09135.85122.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=30%
G=32.76%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87951080.190.1200.58217.1410.7738.24
Hex575F6C13C03Ad9b26
Octal12713715423140723311346
Binary1010111101111111011001001111000111010110110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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