#58656F

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

Shades of Shuttle Grey #58656F

Tints of Shuttle Grey #58656F

Color information

#58656F (or 0x58656F) is unknown color: approx Shuttle Grey. HEX triplet: 58, 65 and 6F. RGB value is (88,101,111). Sum of RGB (Red+Green+Blue) = 88+101+111=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #58656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58656F is #A79A90. Grayscale: #626262. Windows color (decimal): -10984081 or 7300440. OLE color: 7300440.

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

Color convert

RGB88101111-
CMYK0.210.0900.56
HSL206.09º11.56%39.02%-
HSV(B)206.09º20.72%43.53%-
XYZ11.5512.5316.85-
YUV98.25135.19120.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 111 (43.75% from 255) = 37%
R=29.33%
G=33.67%
B=37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881011110.210.0900.56206.0911.5639.02
Hex58656F159038cec27
Octal13014515725110703161447
Binary1011000110010111011111010110010111000110011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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