#524D6E

Color #524D6E Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #524D6E

Tints of Smoky #524D6E

Color information

#524D6E (or 0x524D6E) is unknown color: approx Smoky. HEX triplet: 52, 4D and 6E. RGB value is (82,77,110). Sum of RGB (Red+Green+Blue) = 82+77+110=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #524D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D6E is #ADB291. Grayscale: #525252. Windows color (decimal): -11383442 or 7228754. OLE color: 7228754.

HSL color Cylindrical-coordinate representation of color #524D6E: hue angle of 249.09º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524D6E is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8277110-
CMYK0.250.300.57
HSL249.09º17.65%36.67%-
HSV(B)249.09º30%43.14%-
XYZ8.958.2315.87-
YUV82.26143.66127.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=30.48%
G=28.62%
B=40.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82771100.250.300.57249.0917.6536.67
Hex524D6E191E039f91225
Octal12211515631360713712245
Binary101001010011011101110110011111001110011111100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D6E; }

 p { color: rgb(82,77,110); }

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

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

 a { background-color: rgb(82,77,110); }

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

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

 span { border-color: rgb(82,77,110); }

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