#575F68

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

Shades of Shuttle Grey #575F68

Tints of Shuttle Grey #575F68

Color information

#575F68 (or 0x575F68) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 68. RGB value is (87,95,104). Sum of RGB (Red+Green+Blue) = 87+95+104=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #575F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F68 is #A8A097. Grayscale: #5D5D5D. Windows color (decimal): -11051160 or 6840151. OLE color: 6840151.

HSL color Cylindrical-coordinate representation of color #575F68: hue angle of 211.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575F68 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8795104-
CMYK0.160.0900.59
HSL211.76º8.9%37.45%-
HSV(B)211.76º16.35%40.78%-
XYZ10.5211.2114.71-
YUV93.63133.85123.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=30.42%
G=33.22%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87951040.160.0900.59211.768.937.45
Hex575F6810903Bd4925
Octal12713715020110733241145
Binary1010111101111111010001000010010111011110101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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