#52239C

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

Shades of Daisy Bush #52239C

Tints of Daisy Bush #52239C

Color information

#52239C (or 0x52239C) is unknown color: approx Daisy Bush. HEX triplet: 52, 23 and 9C. RGB value is (82,35,156). Sum of RGB (Red+Green+Blue) = 82+35+156=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #52239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52239C is #ADDC63. Grayscale: #3E3E3E. Windows color (decimal): -11394148 or 10232658. OLE color: 10232658.

HSL color Cylindrical-coordinate representation of color #52239C: hue angle of 263.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52239C is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8235156-
CMYK0.470.7800.39
HSL263.31º63.35%37.45%-
HSV(B)263.31º77.56%61.18%-
XYZ10.085.431.96-
YUV62.85180.57141.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=30.04%
G=12.82%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82351560.470.7800.39263.3163.3537.45
Hex52239C2F4E0271073f25
Octal12243234571160474077745
Binary10100101000111001110010111110011100100111100000111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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