#523296

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

Shades of Daisy Bush #523296

Tints of Daisy Bush #523296

Color information

#523296 (or 0x523296) is unknown color: approx Daisy Bush. HEX triplet: 52, 32 and 96. RGB value is (82,50,150). Sum of RGB (Red+Green+Blue) = 82+50+150=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #523296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523296 is #ADCD69. Grayscale: #464646. Windows color (decimal): -11390314 or 9843282. OLE color: 9843282.

HSL color Cylindrical-coordinate representation of color #523296: hue angle of 259.2º degrees, saturation: 0.5, 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 #523296 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8250150-
CMYK0.450.6700.41
HSL259.2º50%39.22%-
HSV(B)259.2º66.67%58.82%-
XYZ10.136.2829.53-
YUV70.97172.6135.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=29.08%
G=17.73%
B=53.19%

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
Decimal82501500.450.6700.41259.25039.22
Hex5232962D430291033227
Octal12262226551030514036247
Binary10100101100101001011010110110000110101001100000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523296; }

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

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

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

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

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

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

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

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