#5E3079

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

Shades of Honey Flower #5E3079

Tints of Honey Flower #5E3079

Color information

#5E3079 (or 0x5E3079) is unknown color: approx Honey Flower. HEX triplet: 5E, 30 and 79. RGB value is (94,48,121). Sum of RGB (Red+Green+Blue) = 94+48+121=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E3079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3079 is #A1CF86. Grayscale: #454545. Windows color (decimal): -10604423 or 7942238. OLE color: 7942238.

HSL color Cylindrical-coordinate representation of color #5E3079: hue angle of 277.81º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E3079 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9448121-
CMYK0.220.6000.53
HSL277.81º43.2%33.14%-
HSV(B)277.81º60.33%47.45%-
XYZ9.125.8718.74-
YUV70.08156.74145.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=35.74%
G=18.25%
B=46.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94481210.220.6000.53277.8143.233.14
Hex5E3079163C0351162b21
Octal1366017126740654265341
Binary10111101100001111001101101111000110101100010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,48,121); }

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

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

 a { background-color: rgb(94,48,121); }

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

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

 span { border-color: rgb(94,48,121); }

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