#58606D

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

Shades of Shuttle Grey #58606D

Tints of Shuttle Grey #58606D

Color information

#58606D (or 0x58606D) is unknown color: approx Shuttle Grey. HEX triplet: 58, 60 and 6D. RGB value is (88,96,109). Sum of RGB (Red+Green+Blue) = 88+96+109=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #58606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606D is #A79F92. Grayscale: #5F5F5F. Windows color (decimal): -10985363 or 7168088. OLE color: 7168088.

HSL color Cylindrical-coordinate representation of color #58606D: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58606D is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8896109-
CMYK0.190.1200.57
HSL217.14º10.66%38.63%-
HSV(B)217.14º19.27%42.75%-
XYZ10.9711.5416.12-
YUV95.09135.85122.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=30.03%
G=32.76%
B=37.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88961090.190.1200.57217.1410.6638.63
Hex58606D13C039d9b27
Octal13014015523140713311347
Binary1011000110000011011011001111000111001110110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58606D; }

 p { color: rgb(88,96,109); }

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

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

 a { background-color: rgb(88,96,109); }

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

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

 span { border-color: rgb(88,96,109); }

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