Html Css Color HEX #5E3969 Honey Flower

📋 copy color: '#5E3969'

red 94 ◦ green 57 ◦ blue 105

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

Shades of Honey Flower #5E3969

Tints of Honey Flower #5E3969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 36.72%
G = 22.27%
B = 41.02%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E3969 (or 0x5E3969) is known color: Honey Flower. HEX triplet: 5E, 39 and 69. RGB value is (94,57,105). Sum of RGB (Red+Green+Blue) = 94+57+105=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E3969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3969 is #A1C696. Grayscale: #494949. Windows color (decimal): -10602135 or 6895966. OLE color: 6895966.

HSL color Cylindrical-coordinate representation of color #5E3969: hue angle of 286.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3969 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 57 105 -
CMYK 0.10 0.46 0 0.59
HSL 286.25º 0.3% 0.32% -
HSV(B) 286.25º 0.46% 0.41% -
XYZ 8.63 6.33 14.13 -
YUV 73.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 94 57 105 0.10 0.46 0 0.59 286.25 0.3 0.32
Hex 5E 39 69 A 2E 0 3B 11E 1E 20
Octal 136 71 151 12 56 0 73 436 36 40
Binary 1011110 111001 1101001 1010 101110 0 111011 100011110 11110 100000

Color Harmonies of #5E3969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3969

Black with #5E3969

Text Example


Text Example

White with #5E3969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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