#586979

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

Shades of Shuttle Grey #586979

Tints of Shuttle Grey #586979

Color information

#586979 (or 0x586979) is unknown color: approx Shuttle Grey. HEX triplet: 58, 69 and 79. RGB value is (88,105,121). Sum of RGB (Red+Green+Blue) = 88+105+121=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #586979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586979 is #A79686. Grayscale: #656565. Windows color (decimal): -10983047 or 7956824. OLE color: 7956824.

HSL color Cylindrical-coordinate representation of color #586979: hue angle of 209.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586979 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB88105121-
CMYK0.270.1300.53
HSL209.09º15.79%40.98%-
HSV(B)209.09º27.27%47.45%-
XYZ12.5313.5620.05-
YUV101.74138.87118.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=28.03%
G=33.44%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881051210.270.1300.53209.0915.7940.98
Hex5869791BD035d11029
Octal13015117133150653212051
Binary10110001101001111100111011110101101011101000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586979; }

 p { color: rgb(88,105,121); }

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

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

 a { background-color: rgb(88,105,121); }

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

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

 span { border-color: rgb(88,105,121); }

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