Html Css Color HEX #5D5979 Smoky

📋 copy color: '#5D5979'

red 93 ◦ green 89 ◦ blue 121

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

Shades of Smoky #5D5979

Tints of Smoky #5D5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 30.69%
G = 29.37%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5979 (or 0x5D5979) is known color: Smoky. HEX triplet: 5D, 59 and 79. RGB value is (93,89,121). Sum of RGB (Red+Green+Blue) = 93+89+121=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5979 is #A2A686. Grayscale: #5D5D5D. Windows color (decimal): -10659463 or 7952733. OLE color: 7952733.

HSL color Cylindrical-coordinate representation of color #5D5979: hue angle of 247.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D5979 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 89 121 -
CMYK 0.23 0.26 0 0.53
HSL 247.5º 0.15% 0.41% -
HSV(B) 247.5º 0.26% 0.47% -
XYZ 11.54 10.85 19.58 -
YUV 93.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 93 89 121 0.23 0.26 0 0.53 247.5 0.15 0.41
Hex 5D 59 79 17 1A 0 35 F8 F 29
Octal 135 131 171 27 32 0 65 370 17 51
Binary 1011101 1011001 1111001 10111 11010 0 110101 11111000 1111 101001

Color Harmonies of #5D5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5979

Black with #5D5979

Text Example


Text Example

White with #5D5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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