#59697B

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

Shades of Shuttle Grey #59697B

Tints of Shuttle Grey #59697B

Color information

#59697B (or 0x59697B) is unknown color: approx Shuttle Grey. HEX triplet: 59, 69 and 7B. RGB value is (89,105,123). Sum of RGB (Red+Green+Blue) = 89+105+123=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #59697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697B is #A69684. Grayscale: #666666. Windows color (decimal): -10917509 or 8087897. OLE color: 8087897.

HSL color Cylindrical-coordinate representation of color #59697B: hue angle of 211.76º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59697B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89105123-
CMYK0.280.1500.52
HSL211.76º16.04%41.57%-
HSV(B)211.76º27.64%48.24%-
XYZ12.7513.6620.7-
YUV102.27139.7118.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=28.08%
G=33.12%
B=38.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891051230.280.1500.52211.7616.0441.57
Hex59697B1CF034d4102a
Octal13115117334170643242052
Binary10110011101001111101111100111101101001101010010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59697B; }

 p { color: rgb(89,105,123); }

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

<style>
 a { background-color: #59697B; }

 a { background-color: rgb(89,105,123); }

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

<style>
 span { border-color: #59697B; }

 span { border-color: rgb(89,105,123); }

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