Html Css Color HEX #5A5571 Smoky

📋 copy color: '#5A5571'

red 90 ◦ green 85 ◦ blue 113

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

Shades of Smoky #5A5571

Tints of Smoky #5A5571

RGB

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

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

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

R = 31.25%
G = 29.51%
B = 39.24%

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

#5A5571 (or 0x5A5571) is known color: Smoky. HEX triplet: 5A, 55 and 71. RGB value is (90,85,113). Sum of RGB (Red+Green+Blue) = 90+85+113=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5571 is #A5AA8E. Grayscale: #595959. Windows color (decimal): -10857103 or 7427418. OLE color: 7427418.

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

Color convert

RGB 90 85 113 -
CMYK 0.20 0.25 0 0.56
HSL 250.71º 0.14% 0.39% -
HSV(B) 250.71º 0.25% 0.44% -
XYZ 10.45 9.86 16.98 -
YUV 89.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 90 85 113 0.20 0.25 0 0.56 250.71 0.14 0.39
Hex 5A 55 71 14 19 0 38 FB E 27
Octal 132 125 161 24 31 0 70 373 16 47
Binary 1011010 1010101 1110001 10100 11001 0 111000 11111011 1110 100111

Color Harmonies of #5A5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5571

Black with #5A5571

Text Example


Text Example

White with #5A5571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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