#575E65

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

Shades of Shuttle Grey #575E65

Tints of Shuttle Grey #575E65

Color information

#575E65 (or 0x575E65) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5E and 65. RGB value is (87,94,101). Sum of RGB (Red+Green+Blue) = 87+94+101=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #575E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E65 is #A8A19A. Grayscale: #5C5C5C. Windows color (decimal): -11051419 or 6643287. OLE color: 6643287.

HSL color Cylindrical-coordinate representation of color #575E65: hue angle of 210º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575E65 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8794101-
CMYK0.140.0700.60
HSL210º7.45%36.86%-
HSV(B)210º13.86%39.61%-
XYZ10.2810.9713.89-
YUV92.7132.68123.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=30.85%
G=33.33%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87941010.140.0700.602107.4536.86
Hex575E65E703Cd2725
Octal127136145167074322745
Binary1010111101111011001011110111011110011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,101); }

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

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

 a { background-color: rgb(87,94,101); }

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

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

 span { border-color: rgb(87,94,101); }

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