#5A3473

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

Shades of Honey Flower #5A3473

Tints of Honey Flower #5A3473

Color information

#5A3473 (or 0x5A3473) is unknown color: approx Honey Flower. HEX triplet: 5A, 34 and 73. RGB value is (90,52,115). Sum of RGB (Red+Green+Blue) = 90+52+115=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A3473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3473 is #A5CB8C. Grayscale: #464646. Windows color (decimal): -10865549 or 7550042. OLE color: 7550042.

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

Color convert

RGB9052115-
CMYK0.220.5500.55
HSL276.19º37.72%32.75%-
HSV(B)276.19º54.78%45.1%-
XYZ8.545.8716.9-
YUV70.54153.09141.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=35.02%
G=20.23%
B=44.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90521150.220.5500.55276.1937.7232.75
Hex5A347316370371142621
Octal1326416326670674244641
Binary10110101101001110011101101101110110111100010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,115); }

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

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

 a { background-color: rgb(90,52,115); }

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

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

 span { border-color: rgb(90,52,115); }

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