Html Css Color HEX #59697A Shuttle Grey

📋 copy color: '#59697A'

red 89 ◦ green 105 ◦ blue 122

#59697A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #59697A

Tints of Shuttle Grey #59697A

RGB

 RED value IS 89 (35.16% from 255) = 28.16%

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 28.16%
G = 33.23%
B = 38.61%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59697A (or 0x59697A) is known color: Shuttle Grey. HEX triplet: 59, 69 and 7A. RGB value is (89,105,122). Sum of RGB (Red+Green+Blue) = 89+105+122=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #59697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697A is #A69685. Grayscale: #666666. Windows color (decimal): -10917510 or 8022361. OLE color: 8022361.

HSL color Cylindrical-coordinate representation of color #59697A: hue angle of 210.91º 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 #59697A is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 105 122 -
CMYK 0.27 0.14 0 0.52
HSL 210.91º 0.16% 0.41% -
HSV(B) 210.91º 0.27% 0.48% -
XYZ 12.68 13.63 20.38 -
YUV 102.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 89 105 122 0.27 0.14 0 0.52 210.91 0.16 0.41
Hex 59 69 7A 1B E 0 34 D3 10 29
Octal 131 151 172 33 16 0 64 323 20 51
Binary 1011001 1101001 1111010 11011 1110 0 110100 11010011 10000 101001

Color Harmonies of #59697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59697A

Black with #59697A

Text Example


Text Example

White with #59697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59697A;
 }
 .AnyTagClassName
 {
   color: #59697A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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