#58616F

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

Shades of Shuttle Grey #58616F

Tints of Shuttle Grey #58616F

Color information

#58616F (or 0x58616F) is unknown color: approx Shuttle Grey. HEX triplet: 58, 61 and 6F. RGB value is (88,97,111). Sum of RGB (Red+Green+Blue) = 88+97+111=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #58616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58616F is #A79E90. Grayscale: #5F5F5F. Windows color (decimal): -10985105 or 7299416. OLE color: 7299416.

HSL color Cylindrical-coordinate representation of color #58616F: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58616F is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8897111-
CMYK0.210.1300.56
HSL216.52º11.56%39.02%-
HSV(B)216.52º20.72%43.53%-
XYZ11.1711.7716.72-
YUV95.9136.52122.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=29.73%
G=32.77%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88971110.210.1300.56216.5211.5639.02
Hex58616F15D038d9c27
Octal13014115725150703311447
Binary1011000110000111011111010111010111000110110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58616F; }

 p { color: rgb(88,97,111); }

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

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

 a { background-color: rgb(88,97,111); }

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

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

 span { border-color: rgb(88,97,111); }

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