Html Css Color HEX #53329C Daisy Bush

📋 copy color: '#53329C'

red 83 ◦ green 50 ◦ blue 156

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

Shades of Daisy Bush #53329C

Tints of Daisy Bush #53329C

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

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

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

R = 28.72%
G = 17.3%
B = 53.98%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53329C (or 0x53329C) is known color: Daisy Bush. HEX triplet: 53, 32 and 9C. RGB value is (83,50,156). Sum of RGB (Red+Green+Blue) = 83+50+156=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #53329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329C is #ACCD63. Grayscale: #474747. Windows color (decimal): -11324772 or 10236499. OLE color: 10236499.

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

Color convert

RGB 83 50 156 -
CMYK 0.47 0.68 0 0.39
HSL 258.68º 0.51% 0.4% -
HSV(B) 258.68º 0.68% 0.61% -
XYZ 10.71 6.52 32.15 -
YUV 71.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 83 50 156 0.47 0.68 0 0.39 258.68 0.51 0.4
Hex 53 32 9C 2F 44 0 27 103 33 28
Octal 123 62 234 57 104 0 47 403 63 50
Binary 1010011 110010 10011100 101111 1000100 0 100111 100000011 110011 101000

Color Harmonies of #53329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53329C

Black with #53329C

Text Example


Text Example

White with #53329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53329C; }

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

 H1.HeaderClassName
 {
   color: #53329C;
 }
 .AnyTagClassName
 {
   color: #53329C;
 }
</style>

background-color css

<style>
 a { background-color: #53329C; }

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

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

border-color css

<style>
 span { border-color: #53329C; }

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

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