#585F68

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

Shades of Shuttle Grey #585F68

Tints of Shuttle Grey #585F68

Color information

#585F68 (or 0x585F68) is unknown color: approx Shuttle Grey. HEX triplet: 58, 5F and 68. RGB value is (88,95,104). Sum of RGB (Red+Green+Blue) = 88+95+104=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #585F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F68 is #A7A097. Grayscale: #5D5D5D. Windows color (decimal): -10985624 or 6840152. OLE color: 6840152.

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

Color convert

RGB8895104-
CMYK0.150.0900.59
HSL213.75º8.33%37.65%-
HSV(B)213.75º15.38%40.78%-
XYZ10.6211.2614.71-
YUV93.93133.68123.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=30.66%
G=33.10%
B=36.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88951040.150.0900.59213.758.3337.65
Hex585F68F903Bd6826
Octal13013715017110733261046
Binary101100010111111101000111110010111011110101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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