Html Css Color HEX #5B329B Daisy Bush

📋 copy color: '#5B329B'

red 91 ◦ green 50 ◦ blue 155

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

Shades of Daisy Bush #5B329B

Tints of Daisy Bush #5B329B

RGB

 RED value IS 91 (35.94% from 255) = 30.74%

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 30.74%
G = 16.89%
B = 52.36%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B329B (or 0x5B329B) is known color: Daisy Bush. HEX triplet: 5B, 32 and 9B. RGB value is (91,50,155). Sum of RGB (Red+Green+Blue) = 91+50+155=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B329B is #A4CD64. Grayscale: #494949. Windows color (decimal): -10800485 or 10170971. OLE color: 10170971.

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

Color convert

RGB 91 50 155 -
CMYK 0.41 0.68 0 0.39
HSL 263.43º 0.51% 0.4% -
HSV(B) 263.43º 0.68% 0.61% -
XYZ 11.37 6.87 31.74 -
YUV 74.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 91 50 155 0.41 0.68 0 0.39 263.43 0.51 0.4
Hex 5B 32 9B 29 44 0 27 107 33 28
Octal 133 62 233 51 104 0 47 407 63 50
Binary 1011011 110010 10011011 101001 1000100 0 100111 100000111 110011 101000

Color Harmonies of #5B329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B329B

Black with #5B329B

Text Example


Text Example

White with #5B329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,155); }

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

background-color css

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

 a { background-color: rgb(91,50,155); }

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

border-color css

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

 span { border-color: rgb(91,50,155); }

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