#58666F

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

Shades of Shuttle Grey #58666F

Tints of Shuttle Grey #58666F

Color information

#58666F (or 0x58666F) is unknown color: approx Shuttle Grey. HEX triplet: 58, 66 and 6F. RGB value is (88,102,111). Sum of RGB (Red+Green+Blue) = 88+102+111=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #58666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666F is #A79990. Grayscale: #626262. Windows color (decimal): -10983825 or 7300696. OLE color: 7300696.

HSL color Cylindrical-coordinate representation of color #58666F: hue angle of 203.48º 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 #58666F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88102111-
CMYK0.210.0800.56
HSL203.48º11.56%39.02%-
HSV(B)203.48º20.72%43.53%-
XYZ11.6512.7316.88-
YUV98.84134.86120.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=29.24%
G=33.89%
B=36.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881021110.210.0800.56203.4811.5639.02
Hex58666F158038cbc27
Octal13014615725100703131447
Binary1011000110011011011111010110000111000110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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