Html Css Color HEX #5E396E Honey Flower

📋 copy color: '#5E396E'

red 94 ◦ green 57 ◦ blue 110

#5E396E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5E396E

Tints of Honey Flower #5E396E

RGB

 RED value IS 94 (37.11% from 255) = 36.02%

 GREEN value IS 57 (22.66% from 255) = 21.84%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 36.02%
G = 21.84%
B = 42.15%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E396E (or 0x5E396E) is known color: Honey Flower. HEX triplet: 5E, 39 and 6E. RGB value is (94,57,110). Sum of RGB (Red+Green+Blue) = 94+57+110=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E396E is #A1C691. Grayscale: #494949. Windows color (decimal): -10602130 or 7223646. OLE color: 7223646.

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

Color convert

RGB 94 57 110 -
CMYK 0.15 0.48 0 0.57
HSL 281.89º 0.32% 0.33% -
HSV(B) 281.89º 0.48% 0.43% -
XYZ 8.89 6.43 15.52 -
YUV 74.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 94 57 110 0.15 0.48 0 0.57 281.89 0.32 0.33
Hex 5E 39 6E F 30 0 39 11A 20 21
Octal 136 71 156 17 60 0 71 432 40 41
Binary 1011110 111001 1101110 1111 110000 0 111001 100011010 100000 100001

Color Harmonies of #5E396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E396E

Black with #5E396E

Text Example


Text Example

White with #5E396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E396E;
 }
 .AnyTagClassName
 {
   color: #5E396E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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