#52329B

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

Shades of Daisy Bush #52329B

Tints of Daisy Bush #52329B

Color information

#52329B (or 0x52329B) is unknown color: approx Daisy Bush. HEX triplet: 52, 32 and 9B. RGB value is (82,50,155). Sum of RGB (Red+Green+Blue) = 82+50+155=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #52329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52329B is #ADCD64. Grayscale: #474747. Windows color (decimal): -11390309 or 10170962. OLE color: 10170962.

HSL color Cylindrical-coordinate representation of color #52329B: hue angle of 258.29º 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 #52329B is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8250155-
CMYK0.470.6800.39
HSL258.29º51.22%40.2%-
HSV(B)258.29º67.74%60.78%-
XYZ10.546.4431.7-
YUV71.54175.1135.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=28.57%
G=17.42%
B=54.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82501550.470.6800.39258.2951.2240.2
Hex52329B2F440271023328
Octal12262233571040474026350
Binary10100101100101001101110111110001000100111100000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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