#585E65

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

Shades of Shuttle Grey #585E65

Tints of Shuttle Grey #585E65

Color information

#585E65 (or 0x585E65) is unknown color: approx Shuttle Grey. HEX triplet: 58, 5E and 65. RGB value is (88,94,101). Sum of RGB (Red+Green+Blue) = 88+94+101=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #585E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E65 is #A7A19A. Grayscale: #5C5C5C. Windows color (decimal): -10985883 or 6643288. OLE color: 6643288.

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

Color convert

RGB8894101-
CMYK0.130.0700.60
HSL212.31º6.88%37.06%-
HSV(B)212.31º12.87%39.61%-
XYZ10.3811.0213.89-
YUV93132.51124.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=31.10%
G=33.22%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88941010.130.0700.60212.316.8837.06
Hex585E65D703Cd4725
Octal130136145157074324745
Binary1011000101111011001011101111011110011010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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