Html Css Color HEX #5E379C Daisy Bush

📋 copy color: '#5E379C'

red 94 ◦ green 55 ◦ blue 156

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

Shades of Daisy Bush #5E379C

Tints of Daisy Bush #5E379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 30.82%
G = 18.03%
B = 51.15%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E379C (or 0x5E379C) is known color: Daisy Bush. HEX triplet: 5E, 37 and 9C. RGB value is (94,55,156). Sum of RGB (Red+Green+Blue) = 94+55+156=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E379C is #A1C863. Grayscale: #4D4D4D. Windows color (decimal): -10602596 or 10237790. OLE color: 10237790.

HSL color Cylindrical-coordinate representation of color #5E379C: hue angle of 263.17º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E379C is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 55 156 -
CMYK 0.40 0.65 0 0.39
HSL 263.17º 0.48% 0.41% -
HSV(B) 263.17º 0.65% 0.61% -
XYZ 11.98 7.51 32.27 -
YUV 78.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 94 55 156 0.40 0.65 0 0.39 263.17 0.48 0.41
Hex 5E 37 9C 28 41 0 27 107 30 29
Octal 136 67 234 50 101 0 47 407 60 51
Binary 1011110 110111 10011100 101000 1000001 0 100111 100000111 110000 101001

Color Harmonies of #5E379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E379C

Black with #5E379C

Text Example


Text Example

White with #5E379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,55,156); }

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

background-color css

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

 a { background-color: rgb(94,55,156); }

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

border-color css

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

 span { border-color: rgb(94,55,156); }

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