Html Css Color HEX #5A5478 Smoky

📋 copy color: '#5A5478'

red 90 ◦ green 84 ◦ blue 120

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

Shades of Smoky #5A5478

Tints of Smoky #5A5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.82%

R = 30.61%
G = 28.57%
B = 40.82%

CMYK

 C value IS 0.25

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A5478 (or 0x5A5478) is known color: Smoky. HEX triplet: 5A, 54 and 78. RGB value is (90,84,120). Sum of RGB (Red+Green+Blue) = 90+84+120=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5478 is #A5AB87. Grayscale: #595959. Windows color (decimal): -10857352 or 7885914. OLE color: 7885914.

HSL color Cylindrical-coordinate representation of color #5A5478: hue angle of 250º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A5478 is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 84 120 -
CMYK 0.25 0.3 0 0.53
HSL 250º 0.18% 0.4% -
HSV(B) 250º 0.3% 0.47% -
XYZ 10.78 9.87 19.11 -
YUV 89.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 90 84 120 0.25 0.3 0 0.53 250 0.18 0.4
Hex 5A 54 78 19 1E 0 35 FA 12 28
Octal 132 124 170 31 36 0 65 372 22 50
Binary 1011010 1010100 1111000 11001 11110 0 110101 11111010 10010 101000

Color Harmonies of #5A5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5478

Black with #5A5478

Text Example


Text Example

White with #5A5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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