Html Css Color HEX #5E349B Daisy Bush

📋 copy color: '#5E349B'

red 94 ◦ green 52 ◦ blue 155

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

Shades of Daisy Bush #5E349B

Tints of Daisy Bush #5E349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 31.23%
G = 17.28%
B = 51.5%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E349B (or 0x5E349B) is known color: Daisy Bush. HEX triplet: 5E, 34 and 9B. RGB value is (94,52,155). Sum of RGB (Red+Green+Blue) = 94+52+155=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E349B is #A1CB64. Grayscale: #4B4B4B. Windows color (decimal): -10603365 or 10171486. OLE color: 10171486.

HSL color Cylindrical-coordinate representation of color #5E349B: hue angle of 264.47º degrees, saturation: 0.5, 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 #5E349B is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 52 155 -
CMYK 0.39 0.66 0 0.39
HSL 264.47º 0.5% 0.41% -
HSV(B) 264.47º 0.66% 0.61% -
XYZ 11.76 7.2 31.78 -
YUV 76.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 94 52 155 0.39 0.66 0 0.39 264.47 0.5 0.41
Hex 5E 34 9B 27 42 0 27 108 32 29
Octal 136 64 233 47 102 0 47 410 62 51
Binary 1011110 110100 10011011 100111 1000010 0 100111 100001000 110010 101001

Color Harmonies of #5E349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E349B

Black with #5E349B

Text Example


Text Example

White with #5E349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,155); }

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

background-color css

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

 a { background-color: rgb(94,52,155); }

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

border-color css

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

 span { border-color: rgb(94,52,155); }

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