#523563

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

Shades of Honey Flower #523563

Tints of Honey Flower #523563

Color information

#523563 (or 0x523563) is unknown color: approx Honey Flower. HEX triplet: 52, 35 and 63. RGB value is (82,53,99). Sum of RGB (Red+Green+Blue) = 82+53+99=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #523563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523563 is #ADCA9C. Grayscale: #424242. Windows color (decimal): -11389597 or 6501714. OLE color: 6501714.

HSL color Cylindrical-coordinate representation of color #523563: hue angle of 277.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523563 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB825399-
CMYK0.170.4600.61
HSL277.83º30.26%29.8%-
HSV(B)277.83º46.46%38.82%-
XYZ75.2412.45-
YUV66.91146.11138.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=35.04%
G=22.65%
B=42.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8253990.170.4600.61277.8330.2629.8
Hex523563112E03D1161e1e
Octal1226514321560754263636
Binary101001011010111000111000110111001111011000101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523563; }

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

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

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

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

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

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

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

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