Html Css Color HEX #595675 Smoky

📋 copy color: '#595675'

red 89 ◦ green 86 ◦ blue 117

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

Shades of Smoky #595675

Tints of Smoky #595675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 30.48%
G = 29.45%
B = 40.07%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595675 (or 0x595675) is known color: Smoky. HEX triplet: 59, 56 and 75. RGB value is (89,86,117). Sum of RGB (Red+Green+Blue) = 89+86+117=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #595675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595675 is #A6A98A. Grayscale: #5A5A5A. Windows color (decimal): -10922379 or 7689817. OLE color: 7689817.

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

Color convert

RGB 89 86 117 -
CMYK 0.24 0.26 0 0.54
HSL 245.81º 0.15% 0.4% -
HSV(B) 245.81º 0.26% 0.46% -
XYZ 10.66 10.06 18.21 -
YUV 90.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 89 86 117 0.24 0.26 0 0.54 245.81 0.15 0.4
Hex 59 56 75 18 1A 0 36 F6 F 28
Octal 131 126 165 30 32 0 66 366 17 50
Binary 1011001 1010110 1110101 11000 11010 0 110110 11110110 1111 101000

Color Harmonies of #595675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595675

Black with #595675

Text Example


Text Example

White with #595675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595675; }

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

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

background-color css

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

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

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

border-color css

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

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

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