#523369

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

Shades of Honey Flower #523369

Tints of Honey Flower #523369

Color information

#523369 (or 0x523369) is unknown color: approx Honey Flower. HEX triplet: 52, 33 and 69. RGB value is (82,51,105). Sum of RGB (Red+Green+Blue) = 82+51+105=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #523369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523369 is #ADCC96. Grayscale: #424242. Windows color (decimal): -11390103 or 6894418. OLE color: 6894418.

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

Color convert

RGB8251105-
CMYK0.220.5100.59
HSL274.44º34.62%30.59%-
HSV(B)274.44º51.43%41.18%-
XYZ7.215.1813.98-
YUV66.42149.77139.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=34.45%
G=21.43%
B=44.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82511050.220.5100.59274.4434.6230.59
Hex523369163303B112231f
Octal1226315126630734224337
Binary1010010110011110100110110110011011101110001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523369; }

 p { color: rgb(82,51,105); }

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

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

 a { background-color: rgb(82,51,105); }

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

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

 span { border-color: rgb(82,51,105); }

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