#5A3373

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

Shades of Honey Flower #5A3373

Tints of Honey Flower #5A3373

Color information

#5A3373 (or 0x5A3373) is unknown color: approx Honey Flower. HEX triplet: 5A, 33 and 73. RGB value is (90,51,115). Sum of RGB (Red+Green+Blue) = 90+51+115=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3373 is #A5CC8C. Grayscale: #454545. Windows color (decimal): -10865805 or 7549786. OLE color: 7549786.

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

Color convert

RGB9051115-
CMYK0.220.5600.55
HSL276.56º38.55%32.55%-
HSV(B)276.56º55.65%45.1%-
XYZ8.495.7816.89-
YUV69.96153.42142.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=35.16%
G=19.92%
B=44.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90511150.220.5600.55276.5638.5532.55
Hex5A337316380371152721
Octal1326316326700674254741
Binary10110101100111110011101101110000110111100010101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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