#523396

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

Shades of Daisy Bush #523396

Tints of Daisy Bush #523396

Color information

#523396 (or 0x523396) is unknown color: approx Daisy Bush. HEX triplet: 52, 33 and 96. RGB value is (82,51,150). Sum of RGB (Red+Green+Blue) = 82+51+150=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #523396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523396 is #ADCC69. Grayscale: #474747. Windows color (decimal): -11390058 or 9843538. OLE color: 9843538.

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

Color convert

RGB8251150-
CMYK0.450.6600.41
HSL258.79º49.25%39.41%-
HSV(B)258.79º66%58.82%-
XYZ10.176.3629.55-
YUV71.56172.27135.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=28.98%
G=18.02%
B=53.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82511500.450.6600.41258.7949.2539.41
Hex5233962D420291033127
Octal12263226551020514036147
Binary10100101100111001011010110110000100101001100000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523396; }

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

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

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

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

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

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

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

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