Html Css Color HEX #5E329A Daisy Bush

📋 copy color: '#5E329A'

red 94 ◦ green 50 ◦ blue 154

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

Shades of Daisy Bush #5E329A

Tints of Daisy Bush #5E329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 31.54%
G = 16.78%
B = 51.68%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E329A (or 0x5E329A) is known color: Daisy Bush. HEX triplet: 5E, 32 and 9A. RGB value is (94,50,154). Sum of RGB (Red+Green+Blue) = 94+50+154=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E329A is #A1CD65. Grayscale: #4A4A4A. Windows color (decimal): -10603878 or 10105438. OLE color: 10105438.

HSL color Cylindrical-coordinate representation of color #5E329A: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E329A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 50 154 -
CMYK 0.39 0.68 0 0.40
HSL 265.38º 0.51% 0.4% -
HSV(B) 265.38º 0.68% 0.6% -
XYZ 11.59 6.99 31.31 -
YUV 75.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 94 50 154 0.39 0.68 0 0.40 265.38 0.51 0.4
Hex 5E 32 9A 27 44 0 28 109 33 28
Octal 136 62 232 47 104 0 50 411 63 50
Binary 1011110 110010 10011010 100111 1000100 0 101000 100001001 110011 101000

Color Harmonies of #5E329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E329A

Black with #5E329A

Text Example


Text Example

White with #5E329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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