#523199

Color #523199 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #523199

Tints of Daisy Bush #523199

Color information

#523199 (or 0x523199) is unknown color: approx 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

RGB8249153-
CMYK0.460.6800.4
HSL259.04º51.49%39.61%-
HSV(B)259.04º67.97%60%-
XYZ10.336.2930.81-
YUV70.72174.43136.04-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82491530.460.6800.4259.0451.4939.61
Hex5231992E440281033328
Octal12261231561040504036350
Binary10100101100011001100110111010001000101000100000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>