Html Css Color HEX #5E3496 Daisy Bush

📋 copy color: '#5E3496'

red 94 ◦ green 52 ◦ blue 150

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

Shades of Daisy Bush #5E3496

Tints of Daisy Bush #5E3496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 31.76%
G = 17.57%
B = 50.68%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E3496 (or 0x5E3496) is known color: Daisy Bush. HEX triplet: 5E, 34 and 96. RGB value is (94,52,150). Sum of RGB (Red+Green+Blue) = 94+52+150=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E3496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3496 is #A1CB69. Grayscale: #4B4B4B. Windows color (decimal): -10603370 or 9843806. OLE color: 9843806.

HSL color Cylindrical-coordinate representation of color #5E3496: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3496 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 52 150 -
CMYK 0.37 0.65 0 0.41
HSL 265.71º 0.49% 0.4% -
HSV(B) 265.71º 0.65% 0.59% -
XYZ 11.35 7.04 29.61 -
YUV 75.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 94 52 150 0.37 0.65 0 0.41 265.71 0.49 0.4
Hex 5E 34 96 25 41 0 29 10A 31 28
Octal 136 64 226 45 101 0 51 412 61 50
Binary 1011110 110100 10010110 100101 1000001 0 101001 100001010 110001 101000

Color Harmonies of #5E3496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3496

Black with #5E3496

Text Example


Text Example

White with #5E3496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,150); }

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

background-color css

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

 a { background-color: rgb(94,52,150); }

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

border-color css

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

 span { border-color: rgb(94,52,150); }

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