Html Css Color HEX #5D5978 Smoky

📋 copy color: '#5D5978'

red 93 ◦ green 89 ◦ blue 120

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

Shades of Smoky #5D5978

Tints of Smoky #5D5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 30.79%
G = 29.47%
B = 39.74%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5978 (or 0x5D5978) is known color: Smoky. HEX triplet: 5D, 59 and 78. RGB value is (93,89,120). Sum of RGB (Red+Green+Blue) = 93+89+120=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5978 is #A2A687. Grayscale: #5D5D5D. Windows color (decimal): -10659464 or 7887197. OLE color: 7887197.

HSL color Cylindrical-coordinate representation of color #5D5978: hue angle of 247.74º 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 #5D5978 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 89 120 -
CMYK 0.22 0.26 0 0.53
HSL 247.74º 0.15% 0.41% -
HSV(B) 247.74º 0.26% 0.47% -
XYZ 11.48 10.83 19.25 -
YUV 93.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 93 89 120 0.22 0.26 0 0.53 247.74 0.15 0.41
Hex 5D 59 78 16 1A 0 35 F8 F 29
Octal 135 131 170 26 32 0 65 370 17 51
Binary 1011101 1011001 1111000 10110 11010 0 110101 11111000 1111 101001

Color Harmonies of #5D5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5978

Black with #5D5978

Text Example


Text Example

White with #5D5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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