Html Css Color HEX #59677A Shuttle Grey

📋 copy color: '#59677A'

red 89 ◦ green 103 ◦ blue 122

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

Shades of Shuttle Grey #59677A

Tints of Shuttle Grey #59677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 28.34%
G = 32.8%
B = 38.85%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59677A (or 0x59677A) is known color: Shuttle Grey. HEX triplet: 59, 67 and 7A. RGB value is (89,103,122). Sum of RGB (Red+Green+Blue) = 89+103+122=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #59677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59677A is #A69885. Grayscale: #646464. Windows color (decimal): -10918022 or 8021849. OLE color: 8021849.

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

Color convert

RGB 89 103 122 -
CMYK 0.27 0.16 0 0.52
HSL 214.55º 0.16% 0.41% -
HSV(B) 214.55º 0.27% 0.48% -
XYZ 12.48 13.23 20.31 -
YUV 100.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 89 103 122 0.27 0.16 0 0.52 214.55 0.16 0.41
Hex 59 67 7A 1B 10 0 34 D7 10 29
Octal 131 147 172 33 20 0 64 327 20 51
Binary 1011001 1100111 1111010 11011 10000 0 110100 11010111 10000 101001

Color Harmonies of #59677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59677A

Black with #59677A

Text Example


Text Example

White with #59677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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