Html Css Color HEX #5A4571 Honey Flower

📋 copy color: '#5A4571'

red 90 ◦ green 69 ◦ blue 113

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

Shades of Honey Flower #5A4571

Tints of Honey Flower #5A4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 33.09%
G = 25.37%
B = 41.54%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A4571 (or 0x5A4571) is known color: Honey Flower. HEX triplet: 5A, 45 and 71. RGB value is (90,69,113). Sum of RGB (Red+Green+Blue) = 90+69+113=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A4571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4571 is #A5BA8E. Grayscale: #505050. Windows color (decimal): -10861199 or 7423322. OLE color: 7423322.

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

Color convert

RGB 90 69 113 -
CMYK 0.20 0.39 0 0.56
HSL 268.64º 0.24% 0.36% -
HSV(B) 268.64º 0.39% 0.44% -
XYZ 9.33 7.62 16.6 -
YUV 80.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 90 69 113 0.20 0.39 0 0.56 268.64 0.24 0.36
Hex 5A 45 71 14 27 0 38 10D 18 24
Octal 132 105 161 24 47 0 70 415 30 44
Binary 1011010 1000101 1110001 10100 100111 0 111000 100001101 11000 100100

Color Harmonies of #5A4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4571

Black with #5A4571

Text Example


Text Example

White with #5A4571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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