Html Css Color HEX #52249C Daisy Bush

📋 copy color: '#52249C'

red 82 ◦ green 36 ◦ blue 156

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

Shades of Daisy Bush #52249C

Tints of Daisy Bush #52249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 29.93%
G = 13.14%
B = 56.93%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52249C (or 0x52249C) is known color: Daisy Bush. HEX triplet: 52, 24 and 9C. RGB value is (82,36,156). Sum of RGB (Red+Green+Blue) = 82+36+156=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #52249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52249C is #ADDB63. Grayscale: #3F3F3F. Windows color (decimal): -11393892 or 10232914. OLE color: 10232914.

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

Color convert

RGB 82 36 156 -
CMYK 0.47 0.77 0 0.39
HSL 263º 0.63% 0.38% -
HSV(B) 263º 0.77% 0.61% -
XYZ 10.11 5.46 31.97 -
YUV 63.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 82 36 156 0.47 0.77 0 0.39 263 0.63 0.38
Hex 52 24 9C 2F 4D 0 27 107 3E 26
Octal 122 44 234 57 115 0 47 407 76 46
Binary 1010010 100100 10011100 101111 1001101 0 100111 100000111 111110 100110

Color Harmonies of #52249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52249C

Black with #52249C

Text Example


Text Example

White with #52249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52249C;
 }
 .AnyTagClassName
 {
   color: #52249C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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