Html Css Color HEX #596878 Shuttle Grey

📋 copy color: '#596878'

red 89 ◦ green 104 ◦ blue 120

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

Shades of Shuttle Grey #596878

Tints of Shuttle Grey #596878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 28.43%
G = 33.23%
B = 38.34%

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

#596878 (or 0x596878) is known color: Shuttle Grey. HEX triplet: 59, 68 and 78. RGB value is (89,104,120). Sum of RGB (Red+Green+Blue) = 89+104+120=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #596878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596878 is #A69787. Grayscale: #656565. Windows color (decimal): -10917768 or 7891033. OLE color: 7891033.

HSL color Cylindrical-coordinate representation of color #596878: hue angle of 210.97º 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 #596878 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 104 120 -
CMYK 0.26 0.13 0 0.53
HSL 210.97º 0.15% 0.41% -
HSV(B) 210.97º 0.26% 0.47% -
XYZ 12.46 13.38 19.7 -
YUV 101.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 89 104 120 0.26 0.13 0 0.53 210.97 0.15 0.41
Hex 59 68 78 1A D 0 35 D3 F 29
Octal 131 150 170 32 15 0 65 323 17 51
Binary 1011001 1101000 1111000 11010 1101 0 110101 11010011 1111 101001

Color Harmonies of #596878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596878

Black with #596878

Text Example


Text Example

White with #596878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596878; }

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

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

background-color css

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

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

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

border-color css

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

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

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