Html Css Color HEX #595575 Smoky

📋 copy color: '#595575'

red 89 ◦ green 85 ◦ blue 117

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

Shades of Smoky #595575

Tints of Smoky #595575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 30.58%
G = 29.21%
B = 40.21%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595575 (or 0x595575) is known color: Smoky. HEX triplet: 59, 55 and 75. RGB value is (89,85,117). Sum of RGB (Red+Green+Blue) = 89+85+117=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #595575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595575 is #A6AA8A. Grayscale: #595959. Windows color (decimal): -10922635 or 7689561. OLE color: 7689561.

HSL color Cylindrical-coordinate representation of color #595575: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595575 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 85 117 -
CMYK 0.24 0.27 0 0.54
HSL 247.5º 0.16% 0.4% -
HSV(B) 247.5º 0.27% 0.46% -
XYZ 10.58 9.91 18.18 -
YUV 89.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 89 85 117 0.24 0.27 0 0.54 247.5 0.16 0.4
Hex 59 55 75 18 1B 0 36 F8 10 28
Octal 131 125 165 30 33 0 66 370 20 50
Binary 1011001 1010101 1110101 11000 11011 0 110110 11111000 10000 101000

Color Harmonies of #595575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595575

Black with #595575

Text Example


Text Example

White with #595575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595575; }

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

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

background-color css

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

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

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

border-color css

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

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

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