Html Css Color HEX #5E329D Daisy Bush

📋 copy color: '#5E329D'

red 94 ◦ green 50 ◦ blue 157

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

Shades of Daisy Bush #5E329D

Tints of Daisy Bush #5E329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 31.23%
G = 16.61%
B = 52.16%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E329D (or 0x5E329D) is known color: Daisy Bush. HEX triplet: 5E, 32 and 9D. RGB value is (94,50,157). Sum of RGB (Red+Green+Blue) = 94+50+157=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E329D is #A1CD62. Grayscale: #4A4A4A. Windows color (decimal): -10603875 or 10302046. OLE color: 10302046.

HSL color Cylindrical-coordinate representation of color #5E329D: hue angle of 264.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E329D is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 50 157 -
CMYK 0.40 0.68 0 0.38
HSL 264.67º 0.52% 0.41% -
HSV(B) 264.67º 0.68% 0.62% -
XYZ 11.84 7.1 32.64 -
YUV 75.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 94 50 157 0.40 0.68 0 0.38 264.67 0.52 0.41
Hex 5E 32 9D 28 44 0 26 109 34 29
Octal 136 62 235 50 104 0 46 411 64 51
Binary 1011110 110010 10011101 101000 1000100 0 100110 100001001 110100 101001

Color Harmonies of #5E329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E329D

Black with #5E329D

Text Example


Text Example

White with #5E329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,50,157); }

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

background-color css

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

 a { background-color: rgb(94,50,157); }

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

border-color css

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

 span { border-color: rgb(94,50,157); }

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