Html Css Color HEX #5E2875 Honey Flower

📋 copy color: '#5E2875'

red 94 ◦ green 40 ◦ blue 117

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

Shades of Honey Flower #5E2875

Tints of Honey Flower #5E2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 37.45%
G = 15.94%
B = 46.61%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5E2875 (or 0x5E2875) is known color: Honey Flower. HEX triplet: 5E, 28 and 75. RGB value is (94,40,117). Sum of RGB (Red+Green+Blue) = 94+40+117=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E2875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2875 is #A1D78A. Grayscale: #404040. Windows color (decimal): -10606475 or 7678046. OLE color: 7678046.

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

Color convert

RGB 94 40 117 -
CMYK 0.20 0.66 0 0.54
HSL 282.08º 0.49% 0.31% -
HSV(B) 282.08º 0.66% 0.46% -
XYZ 8.59 5.18 17.38 -
YUV 64.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 94 40 117 0.20 0.66 0 0.54 282.08 0.49 0.31
Hex 5E 28 75 14 42 0 36 11A 31 1F
Octal 136 50 165 24 102 0 66 432 61 37
Binary 1011110 101000 1110101 10100 1000010 0 110110 100011010 110001 11111

Color Harmonies of #5E2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2875

Black with #5E2875

Text Example


Text Example

White with #5E2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,40,117); }

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

background-color css

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

 a { background-color: rgb(94,40,117); }

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

border-color css

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

 span { border-color: rgb(94,40,117); }

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