#585E63

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

Shades of Shuttle Grey #585E63

Tints of Shuttle Grey #585E63

Color information

#585E63 (or 0x585E63) is unknown color: approx Shuttle Grey. HEX triplet: 58, 5E and 63. RGB value is (88,94,99). Sum of RGB (Red+Green+Blue) = 88+94+99=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #585E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E63 is #A7A19C. Grayscale: #5C5C5C. Windows color (decimal): -10985885 or 6512216. OLE color: 6512216.

HSL color Cylindrical-coordinate representation of color #585E63: hue angle of 207.27º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585E63 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB889499-
CMYK0.110.0500.61
HSL207.27º5.88%36.67%-
HSV(B)207.27º11.11%38.82%-
XYZ10.2810.9813.38-
YUV92.78131.51124.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=31.32%
G=33.45%
B=35.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8894990.110.0500.61207.275.8836.67
Hex585E63B503Dcf625
Octal130136143135075317645
Binary1011000101111011000111011101011110111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E63; }

 p { color: rgb(88,94,99); }

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

<style>
 a { background-color: #585E63; }

 a { background-color: rgb(88,94,99); }

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

<style>
 span { border-color: #585E63; }

 span { border-color: rgb(88,94,99); }

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