Html Css Color HEX #594E70 Smoky

📋 copy color: '#594E70'

red 89 ◦ green 78 ◦ blue 112

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

Shades of Smoky #594E70

Tints of Smoky #594E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 31.9%
G = 27.96%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#594E70 (or 0x594E70) is known color: Smoky. HEX triplet: 59, 4E and 70. RGB value is (89,78,112). Sum of RGB (Red+Green+Blue) = 89+78+112=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #594E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E70 is #A6B18F. Grayscale: #555555. Windows color (decimal): -10924432 or 7360089. OLE color: 7360089.

HSL color Cylindrical-coordinate representation of color #594E70: hue angle of 259.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #594E70 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 78 112 -
CMYK 0.21 0.30 0 0.56
HSL 259.41º 0.18% 0.37% -
HSV(B) 259.41º 0.3% 0.44% -
XYZ 9.77 8.74 16.5 -
YUV 85.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 89 78 112 0.21 0.30 0 0.56 259.41 0.18 0.37
Hex 59 4E 70 15 1E 0 38 103 12 25
Octal 131 116 160 25 36 0 70 403 22 45
Binary 1011001 1001110 1110000 10101 11110 0 111000 100000011 10010 100101

Color Harmonies of #594E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E70

Black with #594E70

Text Example


Text Example

White with #594E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594E70; }

 p { color: rgb(89,78,112); }

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

background-color css

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

 a { background-color: rgb(89,78,112); }

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

border-color css

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

 span { border-color: rgb(89,78,112); }

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