#53328D

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

Shades of Daisy Bush #53328D

Tints of Daisy Bush #53328D

Color information

#53328D (or 0x53328D) is unknown color: approx Daisy Bush. HEX triplet: 53, 32 and 8D. RGB value is (83,50,141). Sum of RGB (Red+Green+Blue) = 83+50+141=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #53328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53328D is #ACCD72. Grayscale: #454545. Windows color (decimal): -11324787 or 9253459. OLE color: 9253459.

HSL color Cylindrical-coordinate representation of color #53328D: hue angle of 261.76º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53328D is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8350141-
CMYK0.410.6500.45
HSL261.76º47.64%37.45%-
HSV(B)261.76º64.54%55.29%-
XYZ9.526.0425.86-
YUV70.24167.93137.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=30.29%
G=18.25%
B=51.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83501410.410.6500.45261.7647.6437.45
Hex53328D294102D1063025
Octal12362215511010554066045
Binary10100111100101000110110100110000010101101100000110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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