#5E3373

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

Shades of Honey Flower #5E3373

Tints of Honey Flower #5E3373

Color information

#5E3373 (or 0x5E3373) is unknown color: approx Honey Flower. HEX triplet: 5E, 33 and 73. RGB value is (94,51,115). Sum of RGB (Red+Green+Blue) = 94+51+115=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3373 is #A1CC8C. Grayscale: #464646. Windows color (decimal): -10603661 or 7549790. OLE color: 7549790.

HSL color Cylindrical-coordinate representation of color #5E3373: hue angle of 280.31º 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 #5E3373 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9451115-
CMYK0.180.5600.55
HSL280.31º38.55%32.55%-
HSV(B)280.31º55.65%45.1%-
XYZ8.895.9916.91-
YUV71.15152.75144.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.15%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=36.15%
G=19.62%
B=44.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94511150.180.5600.55280.3138.5532.55
Hex5E337312380371182721
Octal1366316322700674304741
Binary10111101100111110011100101110000110111100011000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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