#53209F

Color #53209F Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #53209F

Tints of Daisy Bush #53209F

Color information

#53209F (or 0x53209F) is unknown color: approx 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

RGB8332159-
CMYK0.480.8000.38
HSL264.09º66.49%37.45%-
HSV(B)264.09º79.87%62.35%-
XYZ10.345.3833.29-
YUV61.73182.9143.17-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83321590.480.8000.38264.0966.4937.45
Hex53209F30500261084225
Octal123402376012004641010245
Binary101001110000010011111110000101000001001101000010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>