#524F66

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

Shades of Smoky #524F66

Tints of Smoky #524F66

Color information

#524F66 (or 0x524F66) is unknown color: approx Smoky. HEX triplet: 52, 4F and 66. RGB value is (82,79,102). Sum of RGB (Red+Green+Blue) = 82+79+102=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #524F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F66 is #ADB099. Grayscale: #525252. Windows color (decimal): -11382938 or 6704978. OLE color: 6704978.

HSL color Cylindrical-coordinate representation of color #524F66: hue angle of 247.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524F66 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8279102-
CMYK0.200.2300.6
HSL247.83º12.71%35.49%-
HSV(B)247.83º22.55%40%-
XYZ8.678.3513.72-
YUV82.52138.99127.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=31.18%
G=30.04%
B=38.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82791020.200.2300.6247.8312.7135.49
Hex524F66141703Cf8d23
Octal12211714624270743701543
Binary10100101001111110011010100101110111100111110001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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