#5E386E

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

Shades of Honey Flower #5E386E

Tints of Honey Flower #5E386E

Color information

#5E386E (or 0x5E386E) is unknown color: approx Honey Flower. HEX triplet: 5E, 38 and 6E. RGB value is (94,56,110). Sum of RGB (Red+Green+Blue) = 94+56+110=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E386E is #A1C791. Grayscale: #494949. Windows color (decimal): -10602386 or 7223390. OLE color: 7223390.

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

Color convert

RGB9456110-
CMYK0.150.4900.57
HSL282.22º32.53%32.55%-
HSV(B)282.22º49.09%43.14%-
XYZ8.846.3315.51-
YUV73.52148.59142.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.15%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=36.15%
G=21.54%
B=42.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94561100.150.4900.57282.2232.5332.55
Hex5E386EF3103911a2121
Octal1367015617610714324141
Binary1011110111000110111011111100010111001100011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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