Html Css Color HEX #595275 Smoky

📋 copy color: '#595275'

red 89 ◦ green 82 ◦ blue 117

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

Shades of Smoky #595275

Tints of Smoky #595275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 30.9%
G = 28.47%
B = 40.63%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595275 (or 0x595275) is known color: Smoky. HEX triplet: 59, 52 and 75. RGB value is (89,82,117). Sum of RGB (Red+Green+Blue) = 89+82+117=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #595275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595275 is #A6AD8A. Grayscale: #575757. Windows color (decimal): -10923403 or 7688793. OLE color: 7688793.

HSL color Cylindrical-coordinate representation of color #595275: hue angle of 252º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595275 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 82 117 -
CMYK 0.24 0.30 0 0.54
HSL 252º 0.18% 0.39% -
HSV(B) 252º 0.3% 0.46% -
XYZ 10.35 9.44 18.11 -
YUV 88.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 89 82 117 0.24 0.30 0 0.54 252 0.18 0.39
Hex 59 52 75 18 1E 0 36 FC 12 27
Octal 131 122 165 30 36 0 66 374 22 47
Binary 1011001 1010010 1110101 11000 11110 0 110110 11111100 10010 100111

Color Harmonies of #595275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595275

Black with #595275

Text Example


Text Example

White with #595275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595275; }

 p { color: rgb(89,82,117); }

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

background-color css

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

 a { background-color: rgb(89,82,117); }

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

border-color css

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

 span { border-color: rgb(89,82,117); }

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