#59657A

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

Shades of Shuttle Grey #59657A

Tints of Shuttle Grey #59657A

Color information

#59657A (or 0x59657A) is unknown color: approx Shuttle Grey. HEX triplet: 59, 65 and 7A. RGB value is (89,101,122). Sum of RGB (Red+Green+Blue) = 89+101+122=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #59657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657A is #A69A85. Grayscale: #636363. Windows color (decimal): -10918534 or 8021337. OLE color: 8021337.

HSL color Cylindrical-coordinate representation of color #59657A: hue angle of 218.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59657A is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89101122-
CMYK0.270.1700.52
HSL218.18º15.64%41.37%-
HSV(B)218.18º27.05%47.84%-
XYZ12.2912.8420.24-
YUV99.81140.52120.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=28.53%
G=32.37%
B=39.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891011220.270.1700.52218.1815.6441.37
Hex59657A1B11034da1029
Octal13114517233210643322051
Binary101100111001011111010110111000101101001101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,101,122); }

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

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

 a { background-color: rgb(89,101,122); }

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

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

 span { border-color: rgb(89,101,122); }

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