#58626F

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

Shades of Shuttle Grey #58626F

Tints of Shuttle Grey #58626F

Color information

#58626F (or 0x58626F) is unknown color: approx Shuttle Grey. HEX triplet: 58, 62 and 6F. RGB value is (88,98,111). Sum of RGB (Red+Green+Blue) = 88+98+111=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #58626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58626F is #A79D90. Grayscale: #606060. Windows color (decimal): -10984849 or 7299672. OLE color: 7299672.

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

Color convert

RGB8898111-
CMYK0.210.1200.56
HSL213.91º11.56%39.02%-
HSV(B)213.91º20.72%43.53%-
XYZ11.2611.9616.75-
YUV96.49136.19121.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=29.63%
G=33.00%
B=37.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88981110.210.1200.56213.9111.5639.02
Hex58626F15C038d6c27
Octal13014215725140703261447
Binary1011000110001011011111010111000111000110101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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