Html Css Color HEX #52209F Daisy Bush

📋 copy color: '#52209F'

red 82 ◦ green 32 ◦ blue 159

#52209F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #52209F

Tints of Daisy Bush #52209F

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 value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52209F (or 0x52209F) is known color: 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

RGB 82 32 159 -
CMYK 0.48 0.80 0 0.38
HSL 263.62º 0.66% 0.37% -
HSV(B) 263.62º 0.8% 0.62% -
XYZ 10.25 5.33 33.29 -
YUV 61.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 82 32 159 0.48 0.80 0 0.38 263.62 0.66 0.37
Hex 52 20 9F 30 50 0 26 108 42 25
Octal 122 40 237 60 120 0 46 410 102 45
Binary 1010010 100000 10011111 110000 1010000 0 100110 100001000 1000010 100101

Color Harmonies of #52209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52209F

Black with #52209F

Text Example


Text Example

White with #52209F

Text Example


Text Example

HTML Codes & Css Web 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>