Html Css Color HEX #59666F Shuttle Grey

📋 copy color: '#59666F'

red 89 ◦ green 102 ◦ blue 111

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

Shades of Shuttle Grey #59666F

Tints of Shuttle Grey #59666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 29.47%
G = 33.77%
B = 36.75%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59666F (or 0x59666F) is known color: Shuttle Grey. HEX triplet: 59, 66 and 6F. RGB value is (89,102,111). Sum of RGB (Red+Green+Blue) = 89+102+111=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #59666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59666F is #A69990. Grayscale: #636363. Windows color (decimal): -10918289 or 7300697. OLE color: 7300697.

HSL color Cylindrical-coordinate representation of color #59666F: hue angle of 204.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59666F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 102 111 -
CMYK 0.20 0.08 0 0.56
HSL 204.55º 0.11% 0.39% -
HSV(B) 204.55º 0.2% 0.44% -
XYZ 11.74 12.77 16.89 -
YUV 99.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 89 102 111 0.20 0.08 0 0.56 204.55 0.11 0.39
Hex 59 66 6F 14 8 0 38 CD B 27
Octal 131 146 157 24 10 0 70 315 13 47
Binary 1011001 1100110 1101111 10100 1000 0 111000 11001101 1011 100111

Color Harmonies of #59666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59666F

Black with #59666F

Text Example


Text Example

White with #59666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59666F; }

 p { color: rgb(89,102,111); }

 H1.HeaderClassName
 {
   color: #59666F;
 }
 .AnyTagClassName
 {
   color: #59666F;
 }
</style>

background-color css

<style>
 a { background-color: #59666F; }

 a { background-color: rgb(89,102,111); }

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

border-color css

<style>
 span { border-color: #59666F; }

 span { border-color: rgb(89,102,111); }

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