#523868

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

Shades of Honey Flower #523868

Tints of Honey Flower #523868

Color information

#523868 (or 0x523868) is unknown color: approx Honey Flower. HEX triplet: 52, 38 and 68. RGB value is (82,56,104). Sum of RGB (Red+Green+Blue) = 82+56+104=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #523868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523868 is #ADC797. Grayscale: #454545. Windows color (decimal): -11388824 or 6830162. OLE color: 6830162.

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

Color convert

RGB8256104-
CMYK0.210.4600.59
HSL272.5º30%31.37%-
HSV(B)272.5º46.15%40.78%-
XYZ7.395.6213.79-
YUV69.25147.61137.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=33.88%
G=23.14%
B=42.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82561040.210.4600.59272.53031.37
Hex523868152E03B1101e1f
Octal1227015025560734203637
Binary101001011100011010001010110111001110111000100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523868; }

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

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

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

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

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

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

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

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