Html Css Color HEX #53209F Daisy Bush

📋 copy color: '#53209F'

red 83 ◦ green 32 ◦ blue 159

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

Shades of Daisy Bush #53209F

Tints of Daisy Bush #53209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 30.29%
G = 11.68%
B = 58.03%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53209F (or 0x53209F) is known color: Daisy Bush. HEX triplet: 53, 20 and 9F. RGB value is (83,32,159). Sum of RGB (Red+Green+Blue) = 83+32+159=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #53209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53209F is #ACDF60. Grayscale: #3D3D3D. Windows color (decimal): -11329377 or 10428499. OLE color: 10428499.

HSL color Cylindrical-coordinate representation of color #53209F: hue angle of 264.09º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53209F is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 32 159 -
CMYK 0.48 0.80 0 0.38
HSL 264.09º 0.66% 0.37% -
HSV(B) 264.09º 0.8% 0.62% -
XYZ 10.34 5.38 33.29 -
YUV 61.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 83 32 159 0.48 0.80 0 0.38 264.09 0.66 0.37
Hex 53 20 9F 30 50 0 26 108 42 25
Octal 123 40 237 60 120 0 46 410 102 45
Binary 1010011 100000 10011111 110000 1010000 0 100110 100001000 1000010 100101

Color Harmonies of #53209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53209F

Black with #53209F

Text Example


Text Example

White with #53209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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