Html Css Color HEX #5E3593 Daisy Bush

📋 copy color: '#5E3593'

red 94 ◦ green 53 ◦ blue 147

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

Shades of Daisy Bush #5E3593

Tints of Daisy Bush #5E3593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 147 (57.81% from 255) = 50%

R = 31.97%
G = 18.03%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E3593 (or 0x5E3593) is known color: Daisy Bush. HEX triplet: 5E, 35 and 93. RGB value is (94,53,147). Sum of RGB (Red+Green+Blue) = 94+53+147=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E3593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3593 is #A1CA6C. Grayscale: #4B4B4B. Windows color (decimal): -10603117 or 9647454. OLE color: 9647454.

HSL color Cylindrical-coordinate representation of color #5E3593: hue angle of 266.17º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3593 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 53 147 -
CMYK 0.36 0.64 0 0.42
HSL 266.17º 0.47% 0.39% -
HSV(B) 266.17º 0.64% 0.58% -
XYZ 11.16 7.03 28.37 -
YUV 75.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 94 53 147 0.36 0.64 0 0.42 266.17 0.47 0.39
Hex 5E 35 93 24 40 0 2A 10A 2F 27
Octal 136 65 223 44 100 0 52 412 57 47
Binary 1011110 110101 10010011 100100 1000000 0 101010 100001010 101111 100111

Color Harmonies of #5E3593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3593

Black with #5E3593

Text Example


Text Example

White with #5E3593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,147); }

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

background-color css

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

 a { background-color: rgb(94,53,147); }

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

border-color css

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

 span { border-color: rgb(94,53,147); }

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