Html Css Color HEX #5A5471 Smoky

📋 copy color: '#5A5471'

red 90 ◦ green 84 ◦ blue 113

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

Shades of Smoky #5A5471

Tints of Smoky #5A5471

RGB

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

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

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

R = 31.36%
G = 29.27%
B = 39.37%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A5471 (or 0x5A5471) is known color: Smoky. HEX triplet: 5A, 54 and 71. RGB value is (90,84,113). Sum of RGB (Red+Green+Blue) = 90+84+113=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5471 is #A5AB8E. Grayscale: #585858. Windows color (decimal): -10857359 or 7427162. OLE color: 7427162.

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

Color convert

RGB 90 84 113 -
CMYK 0.20 0.26 0 0.56
HSL 252.41º 0.15% 0.39% -
HSV(B) 252.41º 0.26% 0.44% -
XYZ 10.37 9.71 16.95 -
YUV 89.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 90 84 113 0.20 0.26 0 0.56 252.41 0.15 0.39
Hex 5A 54 71 14 1A 0 38 FC F 27
Octal 132 124 161 24 32 0 70 374 17 47
Binary 1011010 1010100 1110001 10100 11010 0 111000 11111100 1111 100111

Color Harmonies of #5A5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5471

Black with #5A5471

Text Example


Text Example

White with #5A5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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