Html Css Color HEX #5E479E Daisy Bush

📋 copy color: '#5E479E'

red 94 ◦ green 71 ◦ blue 158

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

Shades of Daisy Bush #5E479E

Tints of Daisy Bush #5E479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 29.1%
G = 21.98%
B = 48.92%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E479E (or 0x5E479E) is known color: Daisy Bush. HEX triplet: 5E, 47 and 9E. RGB value is (94,71,158). Sum of RGB (Red+Green+Blue) = 94+71+158=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E479E is #A1B861. Grayscale: #575757. Windows color (decimal): -10598498 or 10372958. OLE color: 10372958.

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

Color convert

RGB 94 71 158 -
CMYK 0.41 0.55 0 0.38
HSL 255.86º 0.38% 0.45% -
HSV(B) 255.86º 0.55% 0.62% -
XYZ 13.04 9.35 33.47 -
YUV 87.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 94 71 158 0.41 0.55 0 0.38 255.86 0.38 0.45
Hex 5E 47 9E 29 37 0 26 100 26 2D
Octal 136 107 236 51 67 0 46 400 46 55
Binary 1011110 1000111 10011110 101001 110111 0 100110 100000000 100110 101101

Color Harmonies of #5E479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E479E

Black with #5E479E

Text Example


Text Example

White with #5E479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,158); }

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

background-color css

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

 a { background-color: rgb(94,71,158); }

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

border-color css

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

 span { border-color: rgb(94,71,158); }

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