Html Css Color HEX #523199 Daisy Bush

📋 copy color: '#523199'

red 82 ◦ green 49 ◦ blue 153

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

Shades of Daisy Bush #523199

Tints of Daisy Bush #523199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 28.87%
G = 17.25%
B = 53.87%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#523199 (or 0x523199) is known color: Daisy Bush. HEX triplet: 52, 31 and 99. RGB value is (82,49,153). Sum of RGB (Red+Green+Blue) = 82+49+153=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #523199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523199 is #ADCE66. Grayscale: #464646. Windows color (decimal): -11390567 or 10039634. OLE color: 10039634.

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

Color convert

RGB 82 49 153 -
CMYK 0.46 0.68 0 0.4
HSL 259.04º 0.51% 0.4% -
HSV(B) 259.04º 0.68% 0.6% -
XYZ 10.33 6.29 30.81 -
YUV 70.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 82 49 153 0.46 0.68 0 0.4 259.04 0.51 0.4
Hex 52 31 99 2E 44 0 28 103 33 28
Octal 122 61 231 56 104 0 50 403 63 50
Binary 1010010 110001 10011001 101110 1000100 0 101000 100000011 110011 101000

Color Harmonies of #523199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523199

Black with #523199

Text Example


Text Example

White with #523199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523199; }

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

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

background-color css

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

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

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

border-color css

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

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

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