#52329C

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

Shades of Daisy Bush #52329C

Tints of Daisy Bush #52329C

Color information

#52329C (or 0x52329C) is unknown color: approx Daisy Bush. HEX triplet: 52, 32 and 9C. RGB value is (82,50,156). Sum of RGB (Red+Green+Blue) = 82+50+156=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #52329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52329C is #ADCD63. Grayscale: #474747. Windows color (decimal): -11390308 or 10236498. OLE color: 10236498.

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

Color convert

RGB8250156-
CMYK0.470.6800.39
HSL258.11º51.46%40.39%-
HSV(B)258.11º67.95%61.18%-
XYZ10.626.4832.14-
YUV71.65175.6135.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=28.47%
G=17.36%
B=54.17%

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
Decimal82501560.470.6800.39258.1151.4640.39
Hex52329C2F440271023328
Octal12262234571040474026350
Binary10100101100101001110010111110001000100111100000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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