Html Css Color HEX #59657A Shuttle Grey

📋 copy color: '#59657A'

red 89 ◦ green 101 ◦ blue 122

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

Shades of Shuttle Grey #59657A

Tints of Shuttle Grey #59657A

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.1%

R = 28.53%
G = 32.37%
B = 39.1%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59657A (or 0x59657A) is known color: 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

RGB 89 101 122 -
CMYK 0.27 0.17 0 0.52
HSL 218.18º 0.16% 0.41% -
HSV(B) 218.18º 0.27% 0.48% -
XYZ 12.29 12.84 20.24 -
YUV 99.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 89 101 122 0.27 0.17 0 0.52 218.18 0.16 0.41
Hex 59 65 7A 1B 11 0 34 DA 10 29
Octal 131 145 172 33 21 0 64 332 20 51
Binary 1011001 1100101 1111010 11011 10001 0 110100 11011010 10000 101001

Color Harmonies of #59657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59657A

Black with #59657A

Text Example


Text Example

White with #59657A

Text Example


Text Example

HTML Codes & Css Web 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>