Html Css Color HEX #5E4A93 Daisy Bush

📋 copy color: '#5E4A93'

red 94 ◦ green 74 ◦ blue 147

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

Shades of Daisy Bush #5E4A93

Tints of Daisy Bush #5E4A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 29.84%
G = 23.49%
B = 46.67%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E4A93 (or 0x5E4A93) is known color: Daisy Bush. HEX triplet: 5E, 4A and 93. RGB value is (94,74,147). Sum of RGB (Red+Green+Blue) = 94+74+147=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4A93 is #A1B56C. Grayscale: #585858. Windows color (decimal): -10597741 or 9652830. OLE color: 9652830.

HSL color Cylindrical-coordinate representation of color #5E4A93: hue angle of 256.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E4A93 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 74 147 -
CMYK 0.36 0.50 0 0.42
HSL 256.44º 0.33% 0.43% -
HSV(B) 256.44º 0.5% 0.58% -
XYZ 12.33 9.38 28.77 -
YUV 88.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 94 74 147 0.36 0.50 0 0.42 256.44 0.33 0.43
Hex 5E 4A 93 24 32 0 2A 100 21 2B
Octal 136 112 223 44 62 0 52 400 41 53
Binary 1011110 1001010 10010011 100100 110010 0 101010 100000000 100001 101011

Color Harmonies of #5E4A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4A93

Black with #5E4A93

Text Example


Text Example

White with #5E4A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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