Html Css Color HEX #5A5576 Smoky

📋 copy color: '#5A5576'

red 90 ◦ green 85 ◦ blue 118

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

Shades of Smoky #5A5576

Tints of Smoky #5A5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 30.72%
G = 29.01%
B = 40.27%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A5576 (or 0x5A5576) is known color: Smoky. HEX triplet: 5A, 55 and 76. RGB value is (90,85,118). Sum of RGB (Red+Green+Blue) = 90+85+118=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5576 is #A5AA89. Grayscale: #5A5A5A. Windows color (decimal): -10857098 or 7755098. OLE color: 7755098.

HSL color Cylindrical-coordinate representation of color #5A5576: hue angle of 249.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5576 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 85 118 -
CMYK 0.24 0.28 0 0.54
HSL 249.09º 0.16% 0.4% -
HSV(B) 249.09º 0.28% 0.46% -
XYZ 10.73 9.98 18.5 -
YUV 90.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 90 85 118 0.24 0.28 0 0.54 249.09 0.16 0.4
Hex 5A 55 76 18 1C 0 36 F9 10 28
Octal 132 125 166 30 34 0 66 371 20 50
Binary 1011010 1010101 1110110 11000 11100 0 110110 11111001 10000 101000

Color Harmonies of #5A5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5576

Black with #5A5576

Text Example


Text Example

White with #5A5576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,118); }

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

background-color css

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

 a { background-color: rgb(90,85,118); }

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

border-color css

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

 span { border-color: rgb(90,85,118); }

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