#524062

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

Shades of Honey Flower #524062

Tints of Honey Flower #524062

Color information

#524062 (or 0x524062) is unknown color: approx Honey Flower. HEX triplet: 52, 40 and 62. RGB value is (82,64,98). Sum of RGB (Red+Green+Blue) = 82+64+98=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #524062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524062 is #ADBF9D. Grayscale: #494949. Windows color (decimal): -11386782 or 6438994. OLE color: 6438994.

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

Color convert

RGB826498-
CMYK0.160.3500.62
HSL271.76º20.99%31.76%-
HSV(B)271.76º34.69%38.43%-
XYZ7.526.3412.38-
YUV73.26141.96134.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=33.61%
G=26.23%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8264980.160.3500.62271.7620.9931.76
Hex524062102303E1101520
Octal12210014220430764202540
Binary10100101000000110001010000100011011111010001000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524062; }

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

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

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

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

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

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

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

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