Html Css Color HEX #522996 Daisy Bush

📋 copy color: '#522996'

red 82 ◦ green 41 ◦ blue 150

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

Shades of Daisy Bush #522996

Tints of Daisy Bush #522996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 30.04%
G = 15.02%
B = 54.95%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#522996 (or 0x522996) is known color: Daisy Bush. HEX triplet: 52, 29 and 96. RGB value is (82,41,150). Sum of RGB (Red+Green+Blue) = 82+41+150=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #522996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522996 is #ADD669. Grayscale: #414141. Windows color (decimal): -11392618 or 9840978. OLE color: 9840978.

HSL color Cylindrical-coordinate representation of color #522996: hue angle of 262.57º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522996 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 41 150 -
CMYK 0.45 0.73 0 0.41
HSL 262.57º 0.57% 0.37% -
HSV(B) 262.57º 0.73% 0.59% -
XYZ 9.78 5.58 29.42 -
YUV 65.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 82 41 150 0.45 0.73 0 0.41 262.57 0.57 0.37
Hex 52 29 96 2D 49 0 29 107 39 25
Octal 122 51 226 55 111 0 51 407 71 45
Binary 1010010 101001 10010110 101101 1001001 0 101001 100000111 111001 100101

Color Harmonies of #522996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522996

Black with #522996

Text Example


Text Example

White with #522996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522996; }

 p { color: rgb(82,41,150); }

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

background-color css

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

 a { background-color: rgb(82,41,150); }

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

border-color css

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

 span { border-color: rgb(82,41,150); }

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