Html Css Color HEX #52259F Daisy Bush

📋 copy color: '#52259F'

red 82 ◦ green 37 ◦ blue 159

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

Shades of Daisy Bush #52259F

Tints of Daisy Bush #52259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 29.5%
G = 13.31%
B = 57.19%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52259F (or 0x52259F) is known color: Daisy Bush. HEX triplet: 52, 25 and 9F. RGB value is (82,37,159). Sum of RGB (Red+Green+Blue) = 82+37+159=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #52259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52259F is #ADDA60. Grayscale: #3F3F3F. Windows color (decimal): -11393633 or 10429778. OLE color: 10429778.

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

Color convert

RGB 82 37 159 -
CMYK 0.48 0.77 0 0.38
HSL 262.13º 0.62% 0.38% -
HSV(B) 262.13º 0.77% 0.62% -
XYZ 10.4 5.62 33.34 -
YUV 64.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 82 37 159 0.48 0.77 0 0.38 262.13 0.62 0.38
Hex 52 25 9F 30 4D 0 26 106 3E 26
Octal 122 45 237 60 115 0 46 406 76 46
Binary 1010010 100101 10011111 110000 1001101 0 100110 100000110 111110 100110

Color Harmonies of #52259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52259F

Black with #52259F

Text Example


Text Example

White with #52259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52259F; }

 p { color: rgb(82,37,159); }

 H1.HeaderClassName
 {
   color: #52259F;
 }
 .AnyTagClassName
 {
   color: #52259F;
 }
</style>

background-color css

<style>
 a { background-color: #52259F; }

 a { background-color: rgb(82,37,159); }

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

border-color css

<style>
 span { border-color: #52259F; }

 span { border-color: rgb(82,37,159); }

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