Html Css Color HEX #596873 Shuttle Grey

📋 copy color: '#596873'

red 89 ◦ green 104 ◦ blue 115

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

Shades of Shuttle Grey #596873

Tints of Shuttle Grey #596873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 28.9%
G = 33.77%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596873 (or 0x596873) is known color: Shuttle Grey. HEX triplet: 59, 68 and 73. RGB value is (89,104,115). Sum of RGB (Red+Green+Blue) = 89+104+115=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #596873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596873 is #A6978C. Grayscale: #646464. Windows color (decimal): -10917773 or 7563353. OLE color: 7563353.

HSL color Cylindrical-coordinate representation of color #596873: hue angle of 205.38º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596873 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 104 115 -
CMYK 0.23 0.10 0 0.55
HSL 205.38º 0.13% 0.4% -
HSV(B) 205.38º 0.23% 0.45% -
XYZ 12.16 13.26 18.14 -
YUV 100.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 89 104 115 0.23 0.10 0 0.55 205.38 0.13 0.4
Hex 59 68 73 17 A 0 37 CD D 28
Octal 131 150 163 27 12 0 67 315 15 50
Binary 1011001 1101000 1110011 10111 1010 0 110111 11001101 1101 101000

Color Harmonies of #596873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596873

Black with #596873

Text Example


Text Example

White with #596873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596873; }

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

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

background-color css

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

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

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

border-color css

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

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

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