Html Css Color HEX #5D5175 Smoky

📋 copy color: '#5D5175'

red 93 ◦ green 81 ◦ blue 117

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

Shades of Smoky #5D5175

Tints of Smoky #5D5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 31.96%
G = 27.84%
B = 40.21%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D5175 (or 0x5D5175) is known color: Smoky. HEX triplet: 5D, 51 and 75. RGB value is (93,81,117). Sum of RGB (Red+Green+Blue) = 93+81+117=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D5175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5175 is #A2AE8A. Grayscale: #585858. Windows color (decimal): -10661515 or 7688541. OLE color: 7688541.

HSL color Cylindrical-coordinate representation of color #5D5175: hue angle of 260º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D5175 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 81 117 -
CMYK 0.21 0.31 0 0.54
HSL 260º 0.18% 0.39% -
HSV(B) 260º 0.31% 0.46% -
XYZ 10.67 9.5 18.1 -
YUV 88.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 93 81 117 0.21 0.31 0 0.54 260 0.18 0.39
Hex 5D 51 75 15 1F 0 36 104 12 27
Octal 135 121 165 25 37 0 66 404 22 47
Binary 1011101 1010001 1110101 10101 11111 0 110110 100000100 10010 100111

Color Harmonies of #5D5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5175

Black with #5D5175

Text Example


Text Example

White with #5D5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,117); }

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

background-color css

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

 a { background-color: rgb(93,81,117); }

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

border-color css

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

 span { border-color: rgb(93,81,117); }

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