Html Css Color HEX #5E2476 Honey Flower

📋 copy color: '#5E2476'

red 94 ◦ green 36 ◦ blue 118

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

Shades of Honey Flower #5E2476

Tints of Honey Flower #5E2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 37.9%
G = 14.52%
B = 47.58%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5E2476 (or 0x5E2476) is known color: Honey Flower. HEX triplet: 5E, 24 and 76. RGB value is (94,36,118). Sum of RGB (Red+Green+Blue) = 94+36+118=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E2476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2476 is #A1DB89. Grayscale: #3E3E3E. Windows color (decimal): -10607498 or 7742558. OLE color: 7742558.

HSL color Cylindrical-coordinate representation of color #5E2476: hue angle of 282.44º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2476 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 36 118 -
CMYK 0.20 0.69 0 0.54
HSL 282.44º 0.53% 0.3% -
HSV(B) 282.44º 0.69% 0.46% -
XYZ 8.52 4.95 17.65 -
YUV 62.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 94 36 118 0.20 0.69 0 0.54 282.44 0.53 0.3
Hex 5E 24 76 14 45 0 36 11A 35 1E
Octal 136 44 166 24 105 0 66 432 65 36
Binary 1011110 100100 1110110 10100 1000101 0 110110 100011010 110101 11110

Color Harmonies of #5E2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2476

Black with #5E2476

Text Example


Text Example

White with #5E2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,118); }

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

background-color css

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

 a { background-color: rgb(94,36,118); }

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

border-color css

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

 span { border-color: rgb(94,36,118); }

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