Html Css Color HEX #5B329C Daisy Bush

📋 copy color: '#5B329C'

red 91 ◦ green 50 ◦ blue 156

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

Shades of Daisy Bush #5B329C

Tints of Daisy Bush #5B329C

RGB

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

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

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

R = 30.64%
G = 16.84%
B = 52.53%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B329C (or 0x5B329C) is known color: Daisy Bush. HEX triplet: 5B, 32 and 9C. RGB value is (91,50,156). Sum of RGB (Red+Green+Blue) = 91+50+156=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B329C is #A4CD63. Grayscale: #494949. Windows color (decimal): -10800484 or 10236507. OLE color: 10236507.

HSL color Cylindrical-coordinate representation of color #5B329C: hue angle of 263.21º 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 #5B329C is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 50 156 -
CMYK 0.42 0.68 0 0.39
HSL 263.21º 0.51% 0.4% -
HSV(B) 263.21º 0.68% 0.61% -
XYZ 11.46 6.91 32.18 -
YUV 74.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 91 50 156 0.42 0.68 0 0.39 263.21 0.51 0.4
Hex 5B 32 9C 2A 44 0 27 107 33 28
Octal 133 62 234 52 104 0 47 407 63 50
Binary 1011011 110010 10011100 101010 1000100 0 100111 100000111 110011 101000

Color Harmonies of #5B329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B329C

Black with #5B329C

Text Example


Text Example

White with #5B329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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