Html Css Color HEX #594F71 Smoky

📋 copy color: '#594F71'

red 89 ◦ green 79 ◦ blue 113

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

Shades of Smoky #594F71

Tints of Smoky #594F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 31.67%
G = 28.11%
B = 40.21%

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

#594F71 (or 0x594F71) is known color: Smoky. HEX triplet: 59, 4F and 71. RGB value is (89,79,113). Sum of RGB (Red+Green+Blue) = 89+79+113=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #594F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F71 is #A6B08E. Grayscale: #555555. Windows color (decimal): -10924175 or 7425881. OLE color: 7425881.

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

Color convert

RGB 89 79 113 -
CMYK 0.21 0.30 0 0.56
HSL 257.65º 0.18% 0.38% -
HSV(B) 257.65º 0.3% 0.44% -
XYZ 9.9 8.91 16.82 -
YUV 85.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 89 79 113 0.21 0.30 0 0.56 257.65 0.18 0.38
Hex 59 4F 71 15 1E 0 38 102 12 26
Octal 131 117 161 25 36 0 70 402 22 46
Binary 1011001 1001111 1110001 10101 11110 0 111000 100000010 10010 100110

Color Harmonies of #594F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F71

Black with #594F71

Text Example


Text Example

White with #594F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,113); }

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

background-color css

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

 a { background-color: rgb(89,79,113); }

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

border-color css

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

 span { border-color: rgb(89,79,113); }

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