Html Css Color HEX #5A5173 Smoky

📋 copy color: '#5A5173'

red 90 ◦ green 81 ◦ blue 115

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

Shades of Smoky #5A5173

Tints of Smoky #5A5173

RGB

 RED value IS 90 (35.55% from 255) = 31.47%

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

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

R = 31.47%
G = 28.32%
B = 40.21%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A5173 (or 0x5A5173) is known color: Smoky. HEX triplet: 5A, 51 and 73. RGB value is (90,81,115). Sum of RGB (Red+Green+Blue) = 90+81+115=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5173 is #A5AE8C. Grayscale: #575757. Windows color (decimal): -10858125 or 7557466. OLE color: 7557466.

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

Color convert

RGB 90 81 115 -
CMYK 0.22 0.30 0 0.55
HSL 255.88º 0.17% 0.38% -
HSV(B) 255.88º 0.3% 0.45% -
XYZ 10.25 9.3 17.47 -
YUV 87.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 90 81 115 0.22 0.30 0 0.55 255.88 0.17 0.38
Hex 5A 51 73 16 1E 0 37 100 11 26
Octal 132 121 163 26 36 0 67 400 21 46
Binary 1011010 1010001 1110011 10110 11110 0 110111 100000000 10001 100110

Color Harmonies of #5A5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5173

Black with #5A5173

Text Example


Text Example

White with #5A5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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