#53329B

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

Shades of Daisy Bush #53329B

Tints of Daisy Bush #53329B

Color information

#53329B (or 0x53329B) is unknown color: approx Daisy Bush. HEX triplet: 53, 32 and 9B. RGB value is (83,50,155). Sum of RGB (Red+Green+Blue) = 83+50+155=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #53329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329B is #ACCD64. Grayscale: #474747. Windows color (decimal): -11324773 or 10170963. OLE color: 10170963.

HSL color Cylindrical-coordinate representation of color #53329B: hue angle of 258.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53329B is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8350155-
CMYK0.460.6800.39
HSL258.86º51.22%40.2%-
HSV(B)258.86º67.74%60.78%-
XYZ10.626.4931.7-
YUV71.84174.93135.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=28.82%
G=17.36%
B=53.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83501550.460.6800.39258.8651.2240.2
Hex53329B2E440271033328
Octal12362233561040474036350
Binary10100111100101001101110111010001000100111100000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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