#524160

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

Shades of Honey Flower #524160

Tints of Honey Flower #524160

Color information

#524160 (or 0x524160) is unknown color: approx Honey Flower. HEX triplet: 52, 41 and 60. RGB value is (82,65,96). Sum of RGB (Red+Green+Blue) = 82+65+96=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #524160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524160 is #ADBE9F. Grayscale: #494949. Windows color (decimal): -11386528 or 6308178. OLE color: 6308178.

HSL color Cylindrical-coordinate representation of color #524160: hue angle of 272.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524160 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB826596-
CMYK0.150.3200.62
HSL272.9º19.25%31.57%-
HSV(B)272.9º32.29%37.65%-
XYZ7.486.4211.91-
YUV73.62140.63133.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=33.74%
G=26.75%
B=39.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8265960.150.3200.62272.919.2531.57
Hex524160F2003E1111320
Octal12210114017400764212340
Binary1010010100000111000001111100000011111010001000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524160; }

 p { color: rgb(82,65,96); }

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

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

 a { background-color: rgb(82,65,96); }

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

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

 span { border-color: rgb(82,65,96); }

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