Html Css Color HEX #53209C Daisy Bush

📋 copy color: '#53209C'

red 83 ◦ green 32 ◦ blue 156

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

Shades of Daisy Bush #53209C

Tints of Daisy Bush #53209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

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

R = 30.63%
G = 11.81%
B = 57.56%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53209C (or 0x53209C) is known color: Daisy Bush. HEX triplet: 53, 20 and 9C. RGB value is (83,32,156). Sum of RGB (Red+Green+Blue) = 83+32+156=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #53209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53209C is #ACDF63. Grayscale: #3C3C3C. Windows color (decimal): -11329380 or 10231891. OLE color: 10231891.

HSL color Cylindrical-coordinate representation of color #53209C: hue angle of 264.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53209C is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 32 156 -
CMYK 0.47 0.79 0 0.39
HSL 264.68º 0.66% 0.37% -
HSV(B) 264.68º 0.79% 0.61% -
XYZ 10.08 5.27 31.94 -
YUV 61.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 83 32 156 0.47 0.79 0 0.39 264.68 0.66 0.37
Hex 53 20 9C 2F 4F 0 27 109 42 25
Octal 123 40 234 57 117 0 47 411 102 45
Binary 1010011 100000 10011100 101111 1001111 0 100111 100001001 1000010 100101

Color Harmonies of #53209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53209C

Black with #53209C

Text Example


Text Example

White with #53209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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