Html Css Color HEX #5B5173 Smoky

📋 copy color: '#5B5173'

red 91 ◦ green 81 ◦ blue 115

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

Shades of Smoky #5B5173

Tints of Smoky #5B5173

RGB

 RED value IS 91 (35.94% from 255) = 31.71%

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

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 31.71%
G = 28.22%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5173 (or 0x5B5173) is known color: Smoky. HEX triplet: 5B, 51 and 73. RGB value is (91,81,115). Sum of RGB (Red+Green+Blue) = 91+81+115=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5173 is #A4AE8C. Grayscale: #575757. Windows color (decimal): -10792589 or 7557467. OLE color: 7557467.

HSL color Cylindrical-coordinate representation of color #5B5173: hue angle of 257.65º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5173 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 81 115 -
CMYK 0.21 0.30 0 0.55
HSL 257.65º 0.17% 0.38% -
HSV(B) 257.65º 0.3% 0.45% -
XYZ 10.35 9.35 17.48 -
YUV 87.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 91 81 115 0.21 0.30 0 0.55 257.65 0.17 0.38
Hex 5B 51 73 15 1E 0 37 102 11 26
Octal 133 121 163 25 36 0 67 402 21 46
Binary 1011011 1010001 1110011 10101 11110 0 110111 100000010 10001 100110

Color Harmonies of #5B5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5173

Black with #5B5173

Text Example


Text Example

White with #5B5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,81,115); }

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

background-color css

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

 a { background-color: rgb(91,81,115); }

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

border-color css

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

 span { border-color: rgb(91,81,115); }

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