#52209E

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

Shades of Daisy Bush #52209E

Tints of Daisy Bush #52209E

Color information

#52209E (or 0x52209E) is unknown color: approx Daisy Bush. HEX triplet: 52, 20 and 9E. RGB value is (82,32,158). Sum of RGB (Red+Green+Blue) = 82+32+158=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #52209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209E is #ADDF61. Grayscale: #3C3C3C. Windows color (decimal): -11394914 or 10362962. OLE color: 10362962.

HSL color Cylindrical-coordinate representation of color #52209E: hue angle of 263.81º 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 #52209E is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8232158-
CMYK0.480.8000.38
HSL263.81º66.32%37.25%-
HSV(B)263.81º79.75%61.96%-
XYZ10.175.332.83-
YUV61.31182.56142.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=30.15%
G=11.76%
B=58.09%

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
Decimal82321580.480.8000.38263.8166.3237.25
Hex52209E30500261084225
Octal122402366012004641010245
Binary101001010000010011110110000101000001001101000010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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