Html Css Color HEX #595368 Smoky

📋 copy color: '#595368'

red 89 ◦ green 83 ◦ blue 104

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

Shades of Smoky #595368

Tints of Smoky #595368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 32.25%
G = 30.07%
B = 37.68%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#595368 (or 0x595368) is known color: Smoky. HEX triplet: 59, 53 and 68. RGB value is (89,83,104). Sum of RGB (Red+Green+Blue) = 89+83+104=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #595368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595368 is #A6AC97. Grayscale: #575757. Windows color (decimal): -10923160 or 6837081. OLE color: 6837081.

HSL color Cylindrical-coordinate representation of color #595368: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595368 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 83 104 -
CMYK 0.14 0.20 0 0.59
HSL 257.14º 0.11% 0.37% -
HSV(B) 257.14º 0.2% 0.41% -
XYZ 9.71 9.31 14.38 -
YUV 87.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 89 83 104 0.14 0.20 0 0.59 257.14 0.11 0.37
Hex 59 53 68 E 14 0 3B 101 B 25
Octal 131 123 150 16 24 0 73 401 13 45
Binary 1011001 1010011 1101000 1110 10100 0 111011 100000001 1011 100101

Color Harmonies of #595368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595368

Black with #595368

Text Example


Text Example

White with #595368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595368; }

 p { color: rgb(89,83,104); }

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

background-color css

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

 a { background-color: rgb(89,83,104); }

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

border-color css

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

 span { border-color: rgb(89,83,104); }

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