Html Css Color HEX #596978 Shuttle Grey

📋 copy color: '#596978'

red 89 ◦ green 105 ◦ blue 120

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

Shades of Shuttle Grey #596978

Tints of Shuttle Grey #596978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 28.34%
G = 33.44%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596978 (or 0x596978) is known color: Shuttle Grey. HEX triplet: 59, 69 and 78. RGB value is (89,105,120). Sum of RGB (Red+Green+Blue) = 89+105+120=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #596978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596978 is #A69687. Grayscale: #656565. Windows color (decimal): -10917512 or 7891289. OLE color: 7891289.

HSL color Cylindrical-coordinate representation of color #596978: hue angle of 209.03º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596978 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 105 120 -
CMYK 0.26 0.13 0 0.53
HSL 209.03º 0.15% 0.41% -
HSV(B) 209.03º 0.26% 0.47% -
XYZ 12.56 13.58 19.73 -
YUV 101.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 89 105 120 0.26 0.13 0 0.53 209.03 0.15 0.41
Hex 59 69 78 1A D 0 35 D1 F 29
Octal 131 151 170 32 15 0 65 321 17 51
Binary 1011001 1101001 1111000 11010 1101 0 110101 11010001 1111 101001

Color Harmonies of #596978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596978

Black with #596978

Text Example


Text Example

White with #596978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596978; }

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

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

background-color css

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

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

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

border-color css

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

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

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