#524F6C

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

Shades of Smoky #524F6C

Tints of Smoky #524F6C

Color information

#524F6C (or 0x524F6C) is unknown color: approx Smoky. HEX triplet: 52, 4F and 6C. RGB value is (82,79,108). Sum of RGB (Red+Green+Blue) = 82+79+108=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #524F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6C is #ADB093. Grayscale: #535353. Windows color (decimal): -11382932 or 7098194. OLE color: 7098194.

HSL color Cylindrical-coordinate representation of color #524F6C: hue angle of 246.21º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524F6C is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8279108-
CMYK0.240.2700.58
HSL246.21º15.51%36.67%-
HSV(B)246.21º26.85%42.35%-
XYZ8.988.4715.35-
YUV83.2141.99127.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=30.48%
G=29.37%
B=40.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82791080.240.2700.58246.2115.5136.67
Hex524F6C181B03Af61025
Octal12211715430330723662045
Binary101001010011111101100110001101101110101111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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