Html Css Color HEX #5A5573 Smoky

📋 copy color: '#5A5573'

red 90 ◦ green 85 ◦ blue 115

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

Shades of Smoky #5A5573

Tints of Smoky #5A5573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 31.03%
G = 29.31%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A5573 (or 0x5A5573) is known color: Smoky. HEX triplet: 5A, 55 and 73. RGB value is (90,85,115). Sum of RGB (Red+Green+Blue) = 90+85+115=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5573 is #A5AA8C. Grayscale: #595959. Windows color (decimal): -10857101 or 7558490. OLE color: 7558490.

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

Color convert

RGB 90 85 115 -
CMYK 0.22 0.26 0 0.55
HSL 250º 0.15% 0.39% -
HSV(B) 250º 0.26% 0.45% -
XYZ 10.56 9.91 17.58 -
YUV 89.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 90 85 115 0.22 0.26 0 0.55 250 0.15 0.39
Hex 5A 55 73 16 1A 0 37 FA F 27
Octal 132 125 163 26 32 0 67 372 17 47
Binary 1011010 1010101 1110011 10110 11010 0 110111 11111010 1111 100111

Color Harmonies of #5A5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5573

Black with #5A5573

Text Example


Text Example

White with #5A5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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