Html Css Color HEX #5E386E Honey Flower

📋 copy color: '#5E386E'

red 94 ◦ green 56 ◦ blue 110

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

Shades of Honey Flower #5E386E

Tints of Honey Flower #5E386E

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 value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E386E (or 0x5E386E) is known color: 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

RGB 94 56 110 -
CMYK 0.15 0.49 0 0.57
HSL 282.22º 0.33% 0.33% -
HSV(B) 282.22º 0.49% 0.43% -
XYZ 8.84 6.33 15.51 -
YUV 73.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 94 56 110 0.15 0.49 0 0.57 282.22 0.33 0.33
Hex 5E 38 6E F 31 0 39 11A 21 21
Octal 136 70 156 17 61 0 71 432 41 41
Binary 1011110 111000 1101110 1111 110001 0 111001 100011010 100001 100001

Color Harmonies of #5E386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E386E

Black with #5E386E

Text Example


Text Example

White with #5E386E

Text Example


Text Example

HTML Codes & Css Web 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>