#586479

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

Shades of Shuttle Grey #586479

Tints of Shuttle Grey #586479

Color information

#586479 (or 0x586479) is unknown color: approx Shuttle Grey. HEX triplet: 58, 64 and 79. RGB value is (88,100,121). Sum of RGB (Red+Green+Blue) = 88+100+121=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #586479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586479 is #A79B86. Grayscale: #626262. Windows color (decimal): -10984327 or 7955544. OLE color: 7955544.

HSL color Cylindrical-coordinate representation of color #586479: hue angle of 218.18º 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 #586479 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB88100121-
CMYK0.270.1700.53
HSL218.18º15.79%40.98%-
HSV(B)218.18º27.27%47.45%-
XYZ12.0312.5719.88-
YUV98.81140.52120.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=28.48%
G=32.36%
B=39.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881001210.270.1700.53218.1815.7940.98
Hex5864791B11035da1029
Octal13014417133210653322051
Binary101100011001001111001110111000101101011101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586479; }

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

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

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

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

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

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

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

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