Html Css Color HEX #595674 Smoky

📋 copy color: '#595674'

red 89 ◦ green 86 ◦ blue 116

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

Shades of Smoky #595674

Tints of Smoky #595674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 30.58%
G = 29.55%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595674 (or 0x595674) is known color: Smoky. HEX triplet: 59, 56 and 74. RGB value is (89,86,116). Sum of RGB (Red+Green+Blue) = 89+86+116=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #595674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595674 is #A6A98B. Grayscale: #5A5A5A. Windows color (decimal): -10922380 or 7624281. OLE color: 7624281.

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

Color convert

RGB 89 86 116 -
CMYK 0.23 0.26 0 0.55
HSL 246º 0.15% 0.4% -
HSV(B) 246º 0.26% 0.45% -
XYZ 10.6 10.04 17.9 -
YUV 90.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 89 86 116 0.23 0.26 0 0.55 246 0.15 0.4
Hex 59 56 74 17 1A 0 37 F6 F 28
Octal 131 126 164 27 32 0 67 366 17 50
Binary 1011001 1010110 1110100 10111 11010 0 110111 11110110 1111 101000

Color Harmonies of #595674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595674

Black with #595674

Text Example


Text Example

White with #595674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595674; }

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

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

background-color css

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

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

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

border-color css

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

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

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