#58606E

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

Shades of Shuttle Grey #58606E

Tints of Shuttle Grey #58606E

Color information

#58606E (or 0x58606E) is unknown color: approx Shuttle Grey. HEX triplet: 58, 60 and 6E. RGB value is (88,96,110). Sum of RGB (Red+Green+Blue) = 88+96+110=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #58606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606E is #A79F91. Grayscale: #5F5F5F. Windows color (decimal): -10985362 or 7233624. OLE color: 7233624.

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

Color convert

RGB8896110-
CMYK0.20.1300.57
HSL218.18º11.11%38.82%-
HSV(B)218.18º20%43.14%-
XYZ11.0211.5716.4-
YUV95.2136.35122.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=29.93%
G=32.65%
B=37.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88961100.20.1300.57218.1811.1138.82
Hex58606E14D039dab27
Octal13014015624150713321347
Binary1011000110000011011101010011010111001110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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