#523E60

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

Shades of Honey Flower #523E60

Tints of Honey Flower #523E60

Color information

#523E60 (or 0x523E60) is unknown color: approx Honey Flower. HEX triplet: 52, 3E and 60. RGB value is (82,62,96). Sum of RGB (Red+Green+Blue) = 82+62+96=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #523E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E60 is #ADC19F. Grayscale: #474747. Windows color (decimal): -11387296 or 6307410. OLE color: 6307410.

HSL color Cylindrical-coordinate representation of color #523E60: hue angle of 275.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523E60 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB826296-
CMYK0.150.3500.62
HSL275.29º21.52%30.98%-
HSV(B)275.29º35.42%37.65%-
XYZ7.316.0811.86-
YUV71.86141.63135.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 96 (37.89% from 255) = 40%
R=34.17%
G=25.83%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8262960.150.3500.62275.2921.5230.98
Hex523E60F2303E113161f
Octal1227614017430764232637
Binary10100101111101100000111110001101111101000100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E60; }

 p { color: rgb(82,62,96); }

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

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

 a { background-color: rgb(82,62,96); }

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

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

 span { border-color: rgb(82,62,96); }

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