Html Css Color HEX #5D596A Smoky

📋 copy color: '#5D596A'

red 93 ◦ green 89 ◦ blue 106

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

Shades of Smoky #5D596A

Tints of Smoky #5D596A

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 32.29%
G = 30.9%
B = 36.81%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D596A (or 0x5D596A) is known color: Smoky. HEX triplet: 5D, 59 and 6A. RGB value is (93,89,106). Sum of RGB (Red+Green+Blue) = 93+89+106=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D596A is #A2A695. Grayscale: #5C5C5C. Windows color (decimal): -10659478 or 6969693. OLE color: 6969693.

HSL color Cylindrical-coordinate representation of color #5D596A: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D596A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 89 106 -
CMYK 0.12 0.16 0 0.58
HSL 254.12º 0.09% 0.38% -
HSV(B) 254.12º 0.16% 0.42% -
XYZ 10.69 10.51 15.1 -
YUV 92.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 93 89 106 0.12 0.16 0 0.58 254.12 0.09 0.38
Hex 5D 59 6A C 10 0 3A FE 9 26
Octal 135 131 152 14 20 0 72 376 11 46
Binary 1011101 1011001 1101010 1100 10000 0 111010 11111110 1001 100110

Color Harmonies of #5D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D596A

Black with #5D596A

Text Example


Text Example

White with #5D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D596A; }

 p { color: rgb(93,89,106); }

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

background-color css

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

 a { background-color: rgb(93,89,106); }

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

border-color css

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

 span { border-color: rgb(93,89,106); }

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