#53329D

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

Shades of Daisy Bush #53329D

Tints of Daisy Bush #53329D

Color information

#53329D (or 0x53329D) is unknown color: approx Daisy Bush. HEX triplet: 53, 32 and 9D. RGB value is (83,50,157). Sum of RGB (Red+Green+Blue) = 83+50+157=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #53329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329D is #ACCD62. Grayscale: #474747. Windows color (decimal): -11324771 or 10302035. OLE color: 10302035.

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

Color convert

RGB8350157-
CMYK0.470.6800.38
HSL258.5º51.69%40.59%-
HSV(B)258.5º68.15%61.57%-
XYZ10.796.5532.59-
YUV72.06175.93135.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=28.62%
G=17.24%
B=54.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83501570.470.6800.38258.551.6940.59
Hex53329D2F440261033429
Octal12362235571040464036451
Binary10100111100101001110110111110001000100110100000011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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