Html Css Color HEX #5E359C Daisy Bush

📋 copy color: '#5E359C'

red 94 ◦ green 53 ◦ blue 156

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

Shades of Daisy Bush #5E359C

Tints of Daisy Bush #5E359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 31.02%
G = 17.49%
B = 51.49%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E359C (or 0x5E359C) is known color: Daisy Bush. HEX triplet: 5E, 35 and 9C. RGB value is (94,53,156). Sum of RGB (Red+Green+Blue) = 94+53+156=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E359C is #A1CA63. Grayscale: #4C4C4C. Windows color (decimal): -10603108 or 10237278. OLE color: 10237278.

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

Color convert

RGB 94 53 156 -
CMYK 0.40 0.66 0 0.39
HSL 263.88º 0.49% 0.41% -
HSV(B) 263.88º 0.66% 0.61% -
XYZ 11.89 7.33 32.24 -
YUV 77 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 94 53 156 0.40 0.66 0 0.39 263.88 0.49 0.41
Hex 5E 35 9C 28 42 0 27 108 31 29
Octal 136 65 234 50 102 0 47 410 61 51
Binary 1011110 110101 10011100 101000 1000010 0 100111 100001000 110001 101001

Color Harmonies of #5E359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E359C

Black with #5E359C

Text Example


Text Example

White with #5E359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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