#523768

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

Shades of Honey Flower #523768

Tints of Honey Flower #523768

Color information

#523768 (or 0x523768) is unknown color: approx Honey Flower. HEX triplet: 52, 37 and 68. RGB value is (82,55,104). Sum of RGB (Red+Green+Blue) = 82+55+104=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #523768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523768 is #ADC897. Grayscale: #444444. Windows color (decimal): -11389080 or 6829906. OLE color: 6829906.

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

Color convert

RGB8255104-
CMYK0.210.4700.59
HSL273.06º30.82%31.18%-
HSV(B)273.06º47.12%40.78%-
XYZ7.345.5313.78-
YUV68.66147.95137.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=34.02%
G=22.82%
B=43.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82551040.210.4700.59273.0630.8231.18
Hex523768152F03B1111f1f
Octal1226715025570734213737
Binary101001011011111010001010110111101110111000100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523768; }

 p { color: rgb(82,55,104); }

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

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

 a { background-color: rgb(82,55,104); }

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

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

 span { border-color: rgb(82,55,104); }

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