#524E69

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

Shades of Smoky #524E69

Tints of Smoky #524E69

Color information

#524E69 (or 0x524E69) is unknown color: approx Smoky. HEX triplet: 52, 4E and 69. RGB value is (82,78,105). Sum of RGB (Red+Green+Blue) = 82+78+105=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #524E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E69 is #ADB196. Grayscale: #525252. Windows color (decimal): -11383191 or 6901330. OLE color: 6901330.

HSL color Cylindrical-coordinate representation of color #524E69: hue angle of 248.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524E69 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8278105-
CMYK0.220.2600.59
HSL248.89º14.75%35.88%-
HSV(B)248.89º25.71%41.18%-
XYZ8.758.2614.5-
YUV82.27140.83127.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=30.94%
G=29.43%
B=39.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82781050.220.2600.59248.8914.7535.88
Hex524E69161A03Bf9f24
Octal12211615126320733711744
Binary10100101001110110100110110110100111011111110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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