Html Css Color HEX #5E429D Daisy Bush

📋 copy color: '#5E429D'

red 94 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #5E429D

Tints of Daisy Bush #5E429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 29.65%
G = 20.82%
B = 49.53%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E429D (or 0x5E429D) is known color: Daisy Bush. HEX triplet: 5E, 42 and 9D. RGB value is (94,66,157). Sum of RGB (Red+Green+Blue) = 94+66+157=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E429D is #A1BD62. Grayscale: #545454. Windows color (decimal): -10599779 or 10306142. OLE color: 10306142.

HSL color Cylindrical-coordinate representation of color #5E429D: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E429D is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 66 157 -
CMYK 0.40 0.58 0 0.38
HSL 258.46º 0.41% 0.44% -
HSV(B) 258.46º 0.58% 0.62% -
XYZ 12.65 8.71 32.91 -
YUV 84.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 94 66 157 0.40 0.58 0 0.38 258.46 0.41 0.44
Hex 5E 42 9D 28 3A 0 26 102 29 2C
Octal 136 102 235 50 72 0 46 402 51 54
Binary 1011110 1000010 10011101 101000 111010 0 100110 100000010 101001 101100

Color Harmonies of #5E429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E429D

Black with #5E429D

Text Example


Text Example

White with #5E429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,157); }

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

background-color css

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

 a { background-color: rgb(94,66,157); }

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

border-color css

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

 span { border-color: rgb(94,66,157); }

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