#524E6C

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

Shades of Smoky #524E6C

Tints of Smoky #524E6C

Color information

#524E6C (or 0x524E6C) is unknown color: approx Smoky. HEX triplet: 52, 4E and 6C. RGB value is (82,78,108). Sum of RGB (Red+Green+Blue) = 82+78+108=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #524E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E6C is #ADB193. Grayscale: #525252. Windows color (decimal): -11383188 or 7097938. OLE color: 7097938.

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

Color convert

RGB8278108-
CMYK0.240.2800.58
HSL248º16.13%36.47%-
HSV(B)248º27.78%42.35%-
XYZ8.918.3315.32-
YUV82.62142.33127.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=30.60%
G=29.10%
B=40.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82781080.240.2800.5824816.1336.47
Hex524E6C181C03Af81024
Octal12211615430340723702044
Binary101001010011101101100110001110001110101111100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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