#523D62

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

Shades of Honey Flower #523D62

Tints of Honey Flower #523D62

Color information

#523D62 (or 0x523D62) is unknown color: approx Honey Flower. HEX triplet: 52, 3D and 62. RGB value is (82,61,98). Sum of RGB (Red+Green+Blue) = 82+61+98=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #523D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D62 is #ADC29D. Grayscale: #474747. Windows color (decimal): -11387550 or 6438226. OLE color: 6438226.

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

Color convert

RGB826198-
CMYK0.160.3800.62
HSL274.05º23.27%31.18%-
HSV(B)274.05º37.76%38.43%-
XYZ7.356.0112.33-
YUV71.5142.96135.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=34.02%
G=25.31%
B=40.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8261980.160.3800.62274.0523.2731.18
Hex523D62102603E112171f
Octal1227514220460764222737
Binary101001011110111000101000010011001111101000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,98); }

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

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

 a { background-color: rgb(82,61,98); }

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

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

 span { border-color: rgb(82,61,98); }

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