Html Css Color HEX #595864 Smoky

📋 copy color: '#595864'

red 89 ◦ green 88 ◦ blue 100

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

Shades of Smoky #595864

Tints of Smoky #595864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 32.13%
G = 31.77%
B = 36.1%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#595864 (or 0x595864) is known color: Smoky. HEX triplet: 59, 58 and 64. RGB value is (89,88,100). Sum of RGB (Red+Green+Blue) = 89+88+100=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #595864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595864 is #A6A79B. Grayscale: #595959. Windows color (decimal): -10921884 or 6576217. OLE color: 6576217.

HSL color Cylindrical-coordinate representation of color #595864: hue angle of 245º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595864 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 88 100 -
CMYK 0.11 0.12 0 0.61
HSL 245º 0.06% 0.37% -
HSV(B) 245º 0.12% 0.39% -
XYZ 9.91 10.02 13.47 -
YUV 89.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 89 88 100 0.11 0.12 0 0.61 245 0.06 0.37
Hex 59 58 64 B C 0 3D F5 6 25
Octal 131 130 144 13 14 0 75 365 6 45
Binary 1011001 1011000 1100100 1011 1100 0 111101 11110101 110 100101

Color Harmonies of #595864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595864

Black with #595864

Text Example


Text Example

White with #595864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595864; }

 p { color: rgb(89,88,100); }

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

background-color css

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

 a { background-color: rgb(89,88,100); }

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

border-color css

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

 span { border-color: rgb(89,88,100); }

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