Html Css Color HEX #5A5371 Smoky

📋 copy color: '#5A5371'

red 90 ◦ green 83 ◦ blue 113

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

Shades of Smoky #5A5371

Tints of Smoky #5A5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 31.47%
G = 29.02%
B = 39.51%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A5371 (or 0x5A5371) is known color: Smoky. HEX triplet: 5A, 53 and 71. RGB value is (90,83,113). Sum of RGB (Red+Green+Blue) = 90+83+113=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5371 is #A5AC8E. Grayscale: #585858. Windows color (decimal): -10857615 or 7426906. OLE color: 7426906.

HSL color Cylindrical-coordinate representation of color #5A5371: hue angle of 254º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5371 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 83 113 -
CMYK 0.20 0.27 0 0.56
HSL 254º 0.15% 0.38% -
HSV(B) 254º 0.27% 0.44% -
XYZ 10.29 9.55 16.92 -
YUV 88.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 90 83 113 0.20 0.27 0 0.56 254 0.15 0.38
Hex 5A 53 71 14 1B 0 38 FE F 26
Octal 132 123 161 24 33 0 70 376 17 46
Binary 1011010 1010011 1110001 10100 11011 0 111000 11111110 1111 100110

Color Harmonies of #5A5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5371

Black with #5A5371

Text Example


Text Example

White with #5A5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,113); }

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

background-color css

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

 a { background-color: rgb(90,83,113); }

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

border-color css

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

 span { border-color: rgb(90,83,113); }

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