Html Css Color HEX #5A5470 Smoky

📋 copy color: '#5A5470'

red 90 ◦ green 84 ◦ blue 112

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

Shades of Smoky #5A5470

Tints of Smoky #5A5470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 31.47%
G = 29.37%
B = 39.16%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A5470 (or 0x5A5470) is known color: Smoky. HEX triplet: 5A, 54 and 70. RGB value is (90,84,112). Sum of RGB (Red+Green+Blue) = 90+84+112=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5470 is #A5AB8F. Grayscale: #585858. Windows color (decimal): -10857360 or 7361626. OLE color: 7361626.

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

Color convert

RGB 90 84 112 -
CMYK 0.20 0.25 0 0.56
HSL 252.86º 0.14% 0.38% -
HSV(B) 252.86º 0.25% 0.44% -
XYZ 10.31 9.68 16.65 -
YUV 88.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 90 84 112 0.20 0.25 0 0.56 252.86 0.14 0.38
Hex 5A 54 70 14 19 0 38 FD E 26
Octal 132 124 160 24 31 0 70 375 16 46
Binary 1011010 1010100 1110000 10100 11001 0 111000 11111101 1110 100110

Color Harmonies of #5A5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5470

Black with #5A5470

Text Example


Text Example

White with #5A5470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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