#524F6D

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

Shades of Smoky #524F6D

Tints of Smoky #524F6D

Color information

#524F6D (or 0x524F6D) is unknown color: approx Smoky. HEX triplet: 52, 4F and 6D. RGB value is (82,79,109). Sum of RGB (Red+Green+Blue) = 82+79+109=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #524F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6D is #ADB092. Grayscale: #535353. Windows color (decimal): -11382931 or 7163730. OLE color: 7163730.

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

Color convert

RGB8279109-
CMYK0.250.2800.57
HSL246º15.96%36.86%-
HSV(B)246º27.52%42.75%-
XYZ9.048.4915.63-
YUV83.32142.49127.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=30.37%
G=29.26%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82791090.250.2800.5724615.9636.86
Hex524F6D191C039f61025
Octal12211715531340713662045
Binary101001010011111101101110011110001110011111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,109); }

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

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

 a { background-color: rgb(82,79,109); }

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

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

 span { border-color: rgb(82,79,109); }

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