Html Css Color HEX #5B329A Daisy Bush

📋 copy color: '#5B329A'

red 91 ◦ green 50 ◦ blue 154

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

Shades of Daisy Bush #5B329A

Tints of Daisy Bush #5B329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 30.85%
G = 16.95%
B = 52.2%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B329A (or 0x5B329A) is known color: Daisy Bush. HEX triplet: 5B, 32 and 9A. RGB value is (91,50,154). Sum of RGB (Red+Green+Blue) = 91+50+154=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B329A is #A4CD65. Grayscale: #494949. Windows color (decimal): -10800486 or 10105435. OLE color: 10105435.

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

Color convert

RGB 91 50 154 -
CMYK 0.41 0.68 0 0.40
HSL 263.65º 0.51% 0.4% -
HSV(B) 263.65º 0.68% 0.6% -
XYZ 11.29 6.84 31.3 -
YUV 74.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 91 50 154 0.41 0.68 0 0.40 263.65 0.51 0.4
Hex 5B 32 9A 29 44 0 28 108 33 28
Octal 133 62 232 51 104 0 50 410 63 50
Binary 1011011 110010 10011010 101001 1000100 0 101000 100001000 110011 101000

Color Harmonies of #5B329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B329A

Black with #5B329A

Text Example


Text Example

White with #5B329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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