Html Css Color HEX #52249A Daisy Bush

📋 copy color: '#52249A'

red 82 ◦ green 36 ◦ blue 154

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

Shades of Daisy Bush #52249A

Tints of Daisy Bush #52249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.62%

R = 30.15%
G = 13.24%
B = 56.62%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52249A (or 0x52249A) is known color: Daisy Bush. HEX triplet: 52, 24 and 9A. RGB value is (82,36,154). Sum of RGB (Red+Green+Blue) = 82+36+154=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #52249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52249A is #ADDB65. Grayscale: #3E3E3E. Windows color (decimal): -11393894 or 10101842. OLE color: 10101842.

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

Color convert

RGB 82 36 154 -
CMYK 0.47 0.77 0 0.40
HSL 263.39º 0.62% 0.37% -
HSV(B) 263.39º 0.77% 0.6% -
XYZ 9.94 5.39 31.09 -
YUV 63.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 82 36 154 0.47 0.77 0 0.40 263.39 0.62 0.37
Hex 52 24 9A 2F 4D 0 28 107 3E 25
Octal 122 44 232 57 115 0 50 407 76 45
Binary 1010010 100100 10011010 101111 1001101 0 101000 100000111 111110 100101

Color Harmonies of #52249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52249A

Black with #52249A

Text Example


Text Example

White with #52249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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