#586575

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

Shades of Shuttle Grey #586575

Tints of Shuttle Grey #586575

Color information

#586575 (or 0x586575) is unknown color: approx Shuttle Grey. HEX triplet: 58, 65 and 75. RGB value is (88,101,117). Sum of RGB (Red+Green+Blue) = 88+101+117=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #586575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586575 is #A79A8A. Grayscale: #626262. Windows color (decimal): -10984075 or 7693656. OLE color: 7693656.

HSL color Cylindrical-coordinate representation of color #586575: hue angle of 213.1º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586575 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88101117-
CMYK0.250.1400.54
HSL213.1º14.15%40.2%-
HSV(B)213.1º24.79%45.88%-
XYZ11.8912.6718.65-
YUV98.94138.19120.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=28.76%
G=33.01%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881011170.250.1400.54213.114.1540.2
Hex58657519E036d5e28
Octal13014516531160663251650
Binary1011000110010111101011100111100110110110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586575; }

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

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

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

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

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

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

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

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