Html Css Color HEX #595070 Smoky

📋 copy color: '#595070'

red 89 ◦ green 80 ◦ blue 112

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

Shades of Smoky #595070

Tints of Smoky #595070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 31.67%
G = 28.47%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595070 (or 0x595070) is known color: Smoky. HEX triplet: 59, 50 and 70. RGB value is (89,80,112). Sum of RGB (Red+Green+Blue) = 89+80+112=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #595070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595070 is #A6AF8F. Grayscale: #565656. Windows color (decimal): -10923920 or 7360601. OLE color: 7360601.

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

Color convert

RGB 89 80 112 -
CMYK 0.21 0.29 0 0.56
HSL 256.88º 0.17% 0.38% -
HSV(B) 256.88º 0.29% 0.44% -
XYZ 9.91 9.03 16.55 -
YUV 86.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 89 80 112 0.21 0.29 0 0.56 256.88 0.17 0.38
Hex 59 50 70 15 1D 0 38 101 11 26
Octal 131 120 160 25 35 0 70 401 21 46
Binary 1011001 1010000 1110000 10101 11101 0 111000 100000001 10001 100110

Color Harmonies of #595070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595070

Black with #595070

Text Example


Text Example

White with #595070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595070; }

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

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

background-color css

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

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

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

border-color css

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

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

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