#58646E

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

Shades of Shuttle Grey #58646E

Tints of Shuttle Grey #58646E

Color information

#58646E (or 0x58646E) is unknown color: approx Shuttle Grey. HEX triplet: 58, 64 and 6E. RGB value is (88,100,110). Sum of RGB (Red+Green+Blue) = 88+100+110=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #58646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58646E is #A79B91. Grayscale: #616161. Windows color (decimal): -10984338 or 7234648. OLE color: 7234648.

HSL color Cylindrical-coordinate representation of color #58646E: hue angle of 207.27º 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 #58646E is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB88100110-
CMYK0.20.0900.57
HSL207.27º11.11%38.82%-
HSV(B)207.27º20%43.14%-
XYZ11.412.3116.53-
YUV97.55135.02121.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=29.53%
G=33.56%
B=36.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal881001100.20.0900.57207.2711.1138.82
Hex58646E149039cfb27
Octal13014415624110713171347
Binary1011000110010011011101010010010111001110011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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