Html Css Color HEX #5D5478 Smoky

📋 copy color: '#5D5478'

red 93 ◦ green 84 ◦ blue 120

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

Shades of Smoky #5D5478

Tints of Smoky #5D5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 31.31%
G = 28.28%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5478 (or 0x5D5478) is known color: Smoky. HEX triplet: 5D, 54 and 78. RGB value is (93,84,120). Sum of RGB (Red+Green+Blue) = 93+84+120=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5478 is #A2AB87. Grayscale: #5A5A5A. Windows color (decimal): -10660744 or 7885917. OLE color: 7885917.

HSL color Cylindrical-coordinate representation of color #5D5478: hue angle of 255º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D5478 is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 84 120 -
CMYK 0.22 0.3 0 0.53
HSL 255º 0.18% 0.4% -
HSV(B) 255º 0.3% 0.47% -
XYZ 11.07 10.02 19.12 -
YUV 90.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 93 84 120 0.22 0.3 0 0.53 255 0.18 0.4
Hex 5D 54 78 16 1E 0 35 FF 12 28
Octal 135 124 170 26 36 0 65 377 22 50
Binary 1011101 1010100 1111000 10110 11110 0 110101 11111111 10010 101000

Color Harmonies of #5D5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5478

Black with #5D5478

Text Example


Text Example

White with #5D5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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