#5A4772

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

Shades of Honey Flower #5A4772

Tints of Honey Flower #5A4772

Color information

#5A4772 (or 0x5A4772) is unknown color: approx Honey Flower. HEX triplet: 5A, 47 and 72. RGB value is (90,71,114). Sum of RGB (Red+Green+Blue) = 90+71+114=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4772 is #A5B88D. Grayscale: #515151. Windows color (decimal): -10860686 or 7489370. OLE color: 7489370.

HSL color Cylindrical-coordinate representation of color #5A4772: hue angle of 266.51º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A4772 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9071114-
CMYK0.210.3800.55
HSL266.51º23.24%36.27%-
HSV(B)266.51º37.72%44.71%-
XYZ9.517.916.94-
YUV81.58146.29134-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=32.73%
G=25.82%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90711140.210.3800.55266.5123.2436.27
Hex5A4772152603710b1724
Octal13210716225460674132744
Binary10110101000111111001010101100110011011110000101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,114); }

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

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

 a { background-color: rgb(90,71,114); }

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

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

 span { border-color: rgb(90,71,114); }

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