Html Css Color HEX #5E369B Daisy Bush

📋 copy color: '#5E369B'

red 94 ◦ green 54 ◦ blue 155

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

Shades of Daisy Bush #5E369B

Tints of Daisy Bush #5E369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 31.02%
G = 17.82%
B = 51.16%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E369B (or 0x5E369B) is known color: Daisy Bush. HEX triplet: 5E, 36 and 9B. RGB value is (94,54,155). Sum of RGB (Red+Green+Blue) = 94+54+155=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E369B is #A1C964. Grayscale: #4D4D4D. Windows color (decimal): -10602853 or 10171998. OLE color: 10171998.

HSL color Cylindrical-coordinate representation of color #5E369B: hue angle of 263.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E369B is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 54 155 -
CMYK 0.39 0.65 0 0.39
HSL 263.76º 0.48% 0.41% -
HSV(B) 263.76º 0.65% 0.61% -
XYZ 11.85 7.38 31.81 -
YUV 77.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 94 54 155 0.39 0.65 0 0.39 263.76 0.48 0.41
Hex 5E 36 9B 27 41 0 27 108 30 29
Octal 136 66 233 47 101 0 47 410 60 51
Binary 1011110 110110 10011011 100111 1000001 0 100111 100001000 110000 101001

Color Harmonies of #5E369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E369B

Black with #5E369B

Text Example


Text Example

White with #5E369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,54,155); }

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

background-color css

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

 a { background-color: rgb(94,54,155); }

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

border-color css

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

 span { border-color: rgb(94,54,155); }

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