#5A2771

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

Shades of Honey Flower #5A2771

Tints of Honey Flower #5A2771

Color information

#5A2771 (or 0x5A2771) is unknown color: approx Honey Flower. HEX triplet: 5A, 27 and 71. RGB value is (90,39,113). Sum of RGB (Red+Green+Blue) = 90+39+113=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A2771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2771 is #A5D88E. Grayscale: #3E3E3E. Windows color (decimal): -10868879 or 7415642. OLE color: 7415642.

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

Color convert

RGB9039113-
CMYK0.200.6500.56
HSL281.35º48.68%29.8%-
HSV(B)281.35º65.49%44.31%-
XYZ7.924.8216.13-
YUV62.68156.4147.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=37.19%
G=16.12%
B=46.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90391130.200.6500.56281.3548.6829.8
Hex5A27711441038119311e
Octal13247161241010704316136
Binary10110101001111110001101001000001011100010001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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