#523599

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

Shades of Daisy Bush #523599

Tints of Daisy Bush #523599

Color information

#523599 (or 0x523599) is unknown color: approx Daisy Bush. HEX triplet: 52, 35 and 99. RGB value is (82,53,153). Sum of RGB (Red+Green+Blue) = 82+53+153=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #523599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523599 is #ADCA66. Grayscale: #484848. Windows color (decimal): -11389543 or 10040658. OLE color: 10040658.

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

Color convert

RGB8253153-
CMYK0.460.6500.4
HSL257.4º48.54%40.39%-
HSV(B)257.4º65.36%60%-
XYZ10.56.6430.87-
YUV73.07173.11134.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=28.47%
G=18.40%
B=53.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82531530.460.6500.4257.448.5440.39
Hex5235992E410281013128
Octal12265231561010504016150
Binary10100101101011001100110111010000010101000100000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523599; }

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

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

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

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

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

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

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

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