Html Css Color HEX #5E3499 Daisy Bush

📋 copy color: '#5E3499'

red 94 ◦ green 52 ◦ blue 153

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

Shades of Daisy Bush #5E3499

Tints of Daisy Bush #5E3499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 31.44%
G = 17.39%
B = 51.17%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E3499 (or 0x5E3499) is known color: Daisy Bush. HEX triplet: 5E, 34 and 99. RGB value is (94,52,153). Sum of RGB (Red+Green+Blue) = 94+52+153=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3499 is #A1CB66. Grayscale: #4B4B4B. Windows color (decimal): -10603367 or 10040414. OLE color: 10040414.

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

Color convert

RGB 94 52 153 -
CMYK 0.39 0.66 0 0.4
HSL 264.95º 0.49% 0.4% -
HSV(B) 264.95º 0.66% 0.6% -
XYZ 11.59 7.14 30.9 -
YUV 76.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 94 52 153 0.39 0.66 0 0.4 264.95 0.49 0.4
Hex 5E 34 99 27 42 0 28 109 31 28
Octal 136 64 231 47 102 0 50 411 61 50
Binary 1011110 110100 10011001 100111 1000010 0 101000 100001001 110001 101000

Color Harmonies of #5E3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3499

Black with #5E3499

Text Example


Text Example

White with #5E3499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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