Html Css Color HEX #595672 Smoky

📋 copy color: '#595672'

red 89 ◦ green 86 ◦ blue 114

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

Shades of Smoky #595672

Tints of Smoky #595672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 30.8%
G = 29.76%
B = 39.45%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595672 (or 0x595672) is known color: Smoky. HEX triplet: 59, 56 and 72. RGB value is (89,86,114). Sum of RGB (Red+Green+Blue) = 89+86+114=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #595672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595672 is #A6A98D. Grayscale: #595959. Windows color (decimal): -10922382 or 7493209. OLE color: 7493209.

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

Color convert

RGB 89 86 114 -
CMYK 0.22 0.25 0 0.55
HSL 246.43º 0.14% 0.39% -
HSV(B) 246.43º 0.25% 0.45% -
XYZ 10.48 9.99 17.3 -
YUV 90.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 89 86 114 0.22 0.25 0 0.55 246.43 0.14 0.39
Hex 59 56 72 16 19 0 37 F6 E 27
Octal 131 126 162 26 31 0 67 366 16 47
Binary 1011001 1010110 1110010 10110 11001 0 110111 11110110 1110 100111

Color Harmonies of #595672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595672

Black with #595672

Text Example


Text Example

White with #595672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595672; }

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

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

background-color css

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

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

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

border-color css

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

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

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