#58646A

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

Shades of Shuttle Grey #58646A

Tints of Shuttle Grey #58646A

Color information

#58646A (or 0x58646A) is unknown color: approx Shuttle Grey. HEX triplet: 58, 64 and 6A. RGB value is (88,100,106). Sum of RGB (Red+Green+Blue) = 88+100+106=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 106 - color contains mainly: blue. Hex color #58646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58646A is #A79B95. Grayscale: #616161. Windows color (decimal): -10984342 or 6972504. OLE color: 6972504.

HSL color Cylindrical-coordinate representation of color #58646A: hue angle of 200º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58646A is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB88100106-
CMYK0.170.0600.58
HSL200º9.28%38.04%-
HSV(B)200º16.98%41.57%-
XYZ11.1812.2315.41-
YUV97.1133.02121.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=29.93%
G=34.01%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881001060.170.0600.582009.2838.04
Hex58646A11603Ac8926
Octal1301441522160723101146
Binary101100011001001101010100011100111010110010001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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