Html Css Color HEX #52209B Daisy Bush

📋 copy color: '#52209B'

red 82 ◦ green 32 ◦ blue 155

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

Shades of Daisy Bush #52209B

Tints of Daisy Bush #52209B

RGB

 RED value IS 82 (32.42% from 255) = 30.48%

 GREEN value IS 32 (12.89% from 255) = 11.9%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 30.48%
G = 11.9%
B = 57.62%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52209B (or 0x52209B) is known color: Daisy Bush. HEX triplet: 52, 20 and 9B. RGB value is (82,32,155). Sum of RGB (Red+Green+Blue) = 82+32+155=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #52209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52209B is #ADDF64. Grayscale: #3C3C3C. Windows color (decimal): -11394917 or 10166354. OLE color: 10166354.

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

Color convert

RGB 82 32 155 -
CMYK 0.47 0.79 0 0.39
HSL 264.39º 0.66% 0.37% -
HSV(B) 264.39º 0.79% 0.61% -
XYZ 9.91 5.19 31.49 -
YUV 60.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 82 32 155 0.47 0.79 0 0.39 264.39 0.66 0.37
Hex 52 20 9B 2F 4F 0 27 108 42 25
Octal 122 40 233 57 117 0 47 410 102 45
Binary 1010010 100000 10011011 101111 1001111 0 100111 100001000 1000010 100101

Color Harmonies of #52209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52209B

Black with #52209B

Text Example


Text Example

White with #52209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52209B;
 }
 .AnyTagClassName
 {
   color: #52209B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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