#5A2171

Color #5A2171 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5A2171

Tints of Honey Flower #5A2171

Color information

#5A2171 (or 0x5A2171) is unknown color: approx Honey Flower. HEX triplet: 5A, 21 and 71. RGB value is (90,33,113). Sum of RGB (Red+Green+Blue) = 90+33+113=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A2171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2171 is #A5DE8E. Grayscale: #3A3A3A. Windows color (decimal): -10870415 or 7414106. OLE color: 7414106.

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

Color convert

RGB9033113-
CMYK0.200.7100.56
HSL282.75º54.79%28.63%-
HSV(B)282.75º70.8%44.31%-
XYZ7.744.4516.07-
YUV59.16158.38150-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=38.14%
G=13.98%
B=47.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90331130.200.7100.56282.7554.7928.63
Hex5A2171144703811b371d
Octal13241161241070704336735
Binary10110101000011110001101001000111011100010001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A2171;
 }
 .AnyTagClassName
 {
   color: #5A2171;
 }
</style>
background-color css

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

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

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

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

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

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