Html Css Color HEX #5E3371 Honey Flower

📋 copy color: '#5E3371'

red 94 ◦ green 51 ◦ blue 113

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

Shades of Honey Flower #5E3371

Tints of Honey Flower #5E3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 113 (44.53% from 255) = 43.8%

R = 36.43%
G = 19.77%
B = 43.8%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E3371 (or 0x5E3371) is known color: Honey Flower. HEX triplet: 5E, 33 and 71. RGB value is (94,51,113). Sum of RGB (Red+Green+Blue) = 94+51+113=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3371 is #A1CC8E. Grayscale: #464646. Windows color (decimal): -10603663 or 7418718. OLE color: 7418718.

HSL color Cylindrical-coordinate representation of color #5E3371: hue angle of 281.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E3371 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 51 113 -
CMYK 0.17 0.55 0 0.56
HSL 281.61º 0.38% 0.32% -
HSV(B) 281.61º 0.55% 0.44% -
XYZ 8.78 5.94 16.31 -
YUV 70.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 94 51 113 0.17 0.55 0 0.56 281.61 0.38 0.32
Hex 5E 33 71 11 37 0 38 11A 26 20
Octal 136 63 161 21 67 0 70 432 46 40
Binary 1011110 110011 1110001 10001 110111 0 111000 100011010 100110 100000

Color Harmonies of #5E3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3371

Black with #5E3371

Text Example


Text Example

White with #5E3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,113); }

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

background-color css

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

 a { background-color: rgb(94,51,113); }

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

border-color css

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

 span { border-color: rgb(94,51,113); }

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