#524F6A

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

Shades of Smoky #524F6A

Tints of Smoky #524F6A

Color information

#524F6A (or 0x524F6A) is unknown color: approx Smoky. HEX triplet: 52, 4F and 6A. RGB value is (82,79,106). Sum of RGB (Red+Green+Blue) = 82+79+106=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #524F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6A is #ADB095. Grayscale: #525252. Windows color (decimal): -11382934 or 6967122. OLE color: 6967122.

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

Color convert

RGB8279106-
CMYK0.230.2500.58
HSL246.67º14.59%36.27%-
HSV(B)246.67º25.47%41.57%-
XYZ8.888.4314.79-
YUV82.98140.99127.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=30.71%
G=29.59%
B=39.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82791060.230.2500.58246.6714.5936.27
Hex524F6A171903Af7f24
Octal12211715227310723671744
Binary10100101001111110101010111110010111010111101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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