Html Css Color HEX #596172 Shuttle Grey

📋 copy color: '#596172'

red 89 ◦ green 97 ◦ blue 114

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

Shades of Shuttle Grey #596172

Tints of Shuttle Grey #596172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 29.67%
G = 32.33%
B = 38%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596172 (or 0x596172) is known color: Shuttle Grey. HEX triplet: 59, 61 and 72. RGB value is (89,97,114). Sum of RGB (Red+Green+Blue) = 89+97+114=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #596172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596172 is #A69E8D. Grayscale: #606060. Windows color (decimal): -10919566 or 7496025. OLE color: 7496025.

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

Color convert

RGB 89 97 114 -
CMYK 0.22 0.15 0 0.55
HSL 220.8º 0.12% 0.4% -
HSV(B) 220.8º 0.22% 0.45% -
XYZ 11.43 11.89 17.61 -
YUV 96.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 89 97 114 0.22 0.15 0 0.55 220.8 0.12 0.4
Hex 59 61 72 16 F 0 37 DD C 28
Octal 131 141 162 26 17 0 67 335 14 50
Binary 1011001 1100001 1110010 10110 1111 0 110111 11011101 1100 101000

Color Harmonies of #596172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596172

Black with #596172

Text Example


Text Example

White with #596172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596172; }

 p { color: rgb(89,97,114); }

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

background-color css

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

 a { background-color: rgb(89,97,114); }

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

border-color css

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

 span { border-color: rgb(89,97,114); }

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