#523862

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

Shades of Honey Flower #523862

Tints of Honey Flower #523862

Color information

#523862 (or 0x523862) is unknown color: approx Honey Flower. HEX triplet: 52, 38 and 62. RGB value is (82,56,98). Sum of RGB (Red+Green+Blue) = 82+56+98=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #523862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523862 is #ADC79D. Grayscale: #444444. Windows color (decimal): -11388830 or 6436946. OLE color: 6436946.

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

Color convert

RGB825698-
CMYK0.160.4300.62
HSL277.14º27.27%30.2%-
HSV(B)277.14º42.86%38.43%-
XYZ7.15.512.24-
YUV68.56144.61137.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=34.75%
G=23.73%
B=41.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8256980.160.4300.62277.1427.2730.2
Hex523862102B03E1151b1e
Octal1227014220530764253336
Binary101001011100011000101000010101101111101000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523862; }

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

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

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

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

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

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

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

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