Html Css Color HEX #59697B Shuttle Grey

📋 copy color: '#59697B'

red 89 ◦ green 105 ◦ blue 123

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

Shades of Shuttle Grey #59697B

Tints of Shuttle Grey #59697B

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

R = 28.08%
G = 33.12%
B = 38.8%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59697B (or 0x59697B) is known color: 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

RGB 89 105 123 -
CMYK 0.28 0.15 0 0.52
HSL 211.76º 0.16% 0.42% -
HSV(B) 211.76º 0.28% 0.48% -
XYZ 12.75 13.66 20.7 -
YUV 102.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 89 105 123 0.28 0.15 0 0.52 211.76 0.16 0.42
Hex 59 69 7B 1C F 0 34 D4 10 2A
Octal 131 151 173 34 17 0 64 324 20 52
Binary 1011001 1101001 1111011 11100 1111 0 110100 11010100 10000 101010

Color Harmonies of #59697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59697B

Black with #59697B

Text Example


Text Example

White with #59697B

Text Example


Text Example

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