#523165

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

Shades of Honey Flower #523165

Tints of Honey Flower #523165

Color information

#523165 (or 0x523165) is unknown color: approx Honey Flower. HEX triplet: 52, 31 and 65. RGB value is (82,49,101). Sum of RGB (Red+Green+Blue) = 82+49+101=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #523165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523165 is #ADCE9A. Grayscale: #404040. Windows color (decimal): -11390619 or 6631762. OLE color: 6631762.

HSL color Cylindrical-coordinate representation of color #523165: hue angle of 278.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523165 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8249101-
CMYK0.190.5100.60
HSL278.08º34.67%29.41%-
HSV(B)278.08º51.49%39.61%-
XYZ6.934.9312.9-
YUV64.8148.43140.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=35.34%
G=21.12%
B=43.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82491010.190.5100.60278.0834.6729.41
Hex523165133303C116231d
Octal1226114523630744264335
Binary1010010110001110010110011110011011110010001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523165; }

 p { color: rgb(82,49,101); }

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

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

 a { background-color: rgb(82,49,101); }

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

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

 span { border-color: rgb(82,49,101); }

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