Html Css Color HEX #522599 Daisy Bush

📋 copy color: '#522599'

red 82 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #522599

Tints of Daisy Bush #522599

RGB

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

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

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

R = 30.15%
G = 13.6%
B = 56.25%

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

#522599 (or 0x522599) is known color: Daisy Bush. HEX triplet: 52, 25 and 99. RGB value is (82,37,153). Sum of RGB (Red+Green+Blue) = 82+37+153=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #522599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522599 is #ADDA66. Grayscale: #3F3F3F. Windows color (decimal): -11393639 or 10036562. OLE color: 10036562.

HSL color Cylindrical-coordinate representation of color #522599: hue angle of 263.28º degrees, saturation: 0.61, 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 #522599 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 37 153 -
CMYK 0.46 0.76 0 0.4
HSL 263.28º 0.61% 0.37% -
HSV(B) 263.28º 0.76% 0.6% -
XYZ 9.89 5.42 30.66 -
YUV 63.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 82 37 153 0.46 0.76 0 0.4 263.28 0.61 0.37
Hex 52 25 99 2E 4C 0 28 107 3D 25
Octal 122 45 231 56 114 0 50 407 75 45
Binary 1010010 100101 10011001 101110 1001100 0 101000 100000111 111101 100101

Color Harmonies of #522599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522599

Black with #522599

Text Example


Text Example

White with #522599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522599; }

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

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

background-color css

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

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

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

border-color css

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

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

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