#523196

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

Shades of Daisy Bush #523196

Tints of Daisy Bush #523196

Color information

#523196 (or 0x523196) is unknown color: approx Daisy Bush. HEX triplet: 52, 31 and 96. RGB value is (82,49,150). Sum of RGB (Red+Green+Blue) = 82+49+150=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #523196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523196 is #ADCE69. Grayscale: #464646. Windows color (decimal): -11390570 or 9843026. OLE color: 9843026.

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

Color convert

RGB8249150-
CMYK0.450.6700.41
HSL259.6º50.75%39.02%-
HSV(B)259.6º67.33%58.82%-
XYZ10.086.1929.52-
YUV70.38172.93136.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=29.18%
G=17.44%
B=53.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82491500.450.6700.41259.650.7539.02
Hex5231962D430291043327
Octal12261226551030514046347
Binary10100101100011001011010110110000110101001100000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523196; }

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

 H1.HeaderClassName
 {
   color: #523196;
 }
 .AnyTagClassName
 {
   color: #523196;
 }
</style>
background-color css

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

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

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

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

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

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