#523569

Color #523569 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #523569

Tints of Honey Flower #523569

Color information

#523569 (or 0x523569) is unknown color: approx Honey Flower. HEX triplet: 52, 35 and 69. RGB value is (82,53,105). Sum of RGB (Red+Green+Blue) = 82+53+105=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #523569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523569 is #ADCA96. Grayscale: #434343. Windows color (decimal): -11389591 or 6894930. OLE color: 6894930.

HSL color Cylindrical-coordinate representation of color #523569: hue angle of 273.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523569 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8253105-
CMYK0.220.5000.59
HSL273.46º32.91%30.98%-
HSV(B)273.46º49.52%41.18%-
XYZ7.35.3614.01-
YUV67.6149.11138.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=34.17%
G=22.08%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82531050.220.5000.59273.4632.9130.98
Hex523569163203B111211f
Octal1226515126620734214137
Binary1010010110101110100110110110010011101110001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523569; }

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

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

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

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

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

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

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

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