#5E406E

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

Shades of Honey Flower #5E406E

Tints of Honey Flower #5E406E

Color information

#5E406E (or 0x5E406E) is unknown color: approx Honey Flower. HEX triplet: 5E, 40 and 6E. RGB value is (94,64,110). Sum of RGB (Red+Green+Blue) = 94+64+110=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E406E is #A1BF91. Grayscale: #4E4E4E. Windows color (decimal): -10600338 or 7225438. OLE color: 7225438.

HSL color Cylindrical-coordinate representation of color #5E406E: hue angle of 279.13º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E406E is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9464110-
CMYK0.150.4200.57
HSL279.13º26.44%34.12%-
HSV(B)279.13º41.82%43.14%-
XYZ9.267.1715.65-
YUV78.21145.94139.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=35.07%
G=23.88%
B=41.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94641100.150.4200.57279.1326.4434.12
Hex5E406EF2A0391171a22
Octal13610015617520714273242
Binary1011110100000011011101111101010011100110001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,110); }

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

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

 a { background-color: rgb(94,64,110); }

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

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

 span { border-color: rgb(94,64,110); }

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