#585F66

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

Shades of Shuttle Grey #585F66

Tints of Shuttle Grey #585F66

Color information

#585F66 (or 0x585F66) is unknown color: approx Shuttle Grey. HEX triplet: 58, 5F and 66. RGB value is (88,95,102). Sum of RGB (Red+Green+Blue) = 88+95+102=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #585F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F66 is #A7A099. Grayscale: #5D5D5D. Windows color (decimal): -10985626 or 6709080. OLE color: 6709080.

HSL color Cylindrical-coordinate representation of color #585F66: 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 #585F66 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8895102-
CMYK0.140.0700.6
HSL210º7.37%37.25%-
HSV(B)210º13.73%40%-
XYZ10.5111.2214.18-
YUV93.7132.68123.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=30.88%
G=33.33%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88951020.140.0700.62107.3737.25
Hex585F66E703Cd2725
Octal130137146167074322745
Binary1011000101111111001101110111011110011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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