#5E3D73

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

Shades of Honey Flower #5E3D73

Tints of Honey Flower #5E3D73

Color information

#5E3D73 (or 0x5E3D73) is unknown color: approx Honey Flower. HEX triplet: 5E, 3D and 73. RGB value is (94,61,115). Sum of RGB (Red+Green+Blue) = 94+61+115=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3D73 is #A1C28C. Grayscale: #4C4C4C. Windows color (decimal): -10601101 or 7552350. OLE color: 7552350.

HSL color Cylindrical-coordinate representation of color #5E3D73: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3D73 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9461115-
CMYK0.180.4700.55
HSL276.67º30.68%34.51%-
HSV(B)276.67º46.96%45.1%-
XYZ9.386.9517.07-
YUV77.02149.43140.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=34.81%
G=22.59%
B=42.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94611150.180.4700.55276.6730.6834.51
Hex5E3D73122F0371151f23
Octal1367516322570674253743
Binary1011110111101111001110010101111011011110001010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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