#53329F

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

Shades of Daisy Bush #53329F

Tints of Daisy Bush #53329F

Color information

#53329F (or 0x53329F) is unknown color: approx Daisy Bush. HEX triplet: 53, 32 and 9F. RGB value is (83,50,159). Sum of RGB (Red+Green+Blue) = 83+50+159=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #53329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329F is #ACCD60. Grayscale: #474747. Windows color (decimal): -11324769 or 10433107. OLE color: 10433107.

HSL color Cylindrical-coordinate representation of color #53329F: hue angle of 258.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53329F is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8350159-
CMYK0.480.6900.38
HSL258.17º52.15%40.98%-
HSV(B)258.17º68.55%62.35%-
XYZ10.976.6233.5-
YUV72.29176.93135.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=28.42%
G=17.12%
B=54.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83501590.480.6900.38258.1752.1540.98
Hex53329F30450261023429
Octal12362237601050464026451
Binary10100111100101001111111000010001010100110100000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53329F;
 }
 .AnyTagClassName
 {
   color: #53329F;
 }
</style>
background-color css

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

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

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

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

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

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