#58606C

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

Shades of Shuttle Grey #58606C

Tints of Shuttle Grey #58606C

Color information

#58606C (or 0x58606C) is unknown color: approx Shuttle Grey. HEX triplet: 58, 60 and 6C. RGB value is (88,96,108). Sum of RGB (Red+Green+Blue) = 88+96+108=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #58606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606C is #A79F93. Grayscale: #5E5E5E. Windows color (decimal): -10985364 or 7102552. OLE color: 7102552.

HSL color Cylindrical-coordinate representation of color #58606C: hue angle of 216º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58606C is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8896108-
CMYK0.190.1100.58
HSL216º10.2%38.43%-
HSV(B)216º18.52%42.35%-
XYZ10.9111.5215.84-
YUV94.98135.35123.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=30.14%
G=32.88%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88961080.190.1100.5821610.238.43
Hex58606C13B03Ad8a26
Octal13014015423130723301246
Binary1011000110000011011001001110110111010110110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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