Html Css Color HEX #522499 Daisy Bush

📋 copy color: '#522499'

red 82 ◦ green 36 ◦ blue 153

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

Shades of Daisy Bush #522499

Tints of Daisy Bush #522499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 30.26%
G = 13.28%
B = 56.46%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#522499 (or 0x522499) is known color: Daisy Bush. HEX triplet: 52, 24 and 99. RGB value is (82,36,153). Sum of RGB (Red+Green+Blue) = 82+36+153=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #522499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522499 is #ADDB66. Grayscale: #3E3E3E. Windows color (decimal): -11393895 or 10036306. OLE color: 10036306.

HSL color Cylindrical-coordinate representation of color #522499: hue angle of 263.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522499 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 36 153 -
CMYK 0.46 0.76 0 0.4
HSL 263.59º 0.62% 0.37% -
HSV(B) 263.59º 0.76% 0.6% -
XYZ 9.86 5.36 30.65 -
YUV 63.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 82 36 153 0.46 0.76 0 0.4 263.59 0.62 0.37
Hex 52 24 99 2E 4C 0 28 108 3E 25
Octal 122 44 231 56 114 0 50 410 76 45
Binary 1010010 100100 10011001 101110 1001100 0 101000 100001000 111110 100101

Color Harmonies of #522499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522499

Black with #522499

Text Example


Text Example

White with #522499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522499; }

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

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

background-color css

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

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

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

border-color css

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

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

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