#52209F

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

Shades of Daisy Bush #52209F

Tints of Daisy Bush #52209F

Color information

#52209F (or 0x52209F) is unknown color: approx Daisy Bush. HEX triplet: 52, 20 and 9F. RGB value is (82,32,159). Sum of RGB (Red+Green+Blue) = 82+32+159=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #52209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209F is #ADDF60. Grayscale: #3C3C3C. Windows color (decimal): -11394913 or 10428498. OLE color: 10428498.

HSL color Cylindrical-coordinate representation of color #52209F: hue angle of 263.62º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52209F is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8232159-
CMYK0.480.8000.38
HSL263.62º66.49%37.45%-
HSV(B)263.62º79.87%62.35%-
XYZ10.255.3333.29-
YUV61.43183.06142.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=30.04%
G=11.72%
B=58.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82321590.480.8000.38263.6266.4937.45
Hex52209F30500261084225
Octal122402376012004641010245
Binary101001010000010011111110000101000001001101000010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52209F; }

 p { color: rgb(82,32,159); }

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

<style>
 a { background-color: #52209F; }

 a { background-color: rgb(82,32,159); }

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

<style>
 span { border-color: #52209F; }

 span { border-color: rgb(82,32,159); }

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