#524F6B

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

Shades of Smoky #524F6B

Tints of Smoky #524F6B

Color information

#524F6B (or 0x524F6B) is unknown color: approx Smoky. HEX triplet: 52, 4F and 6B. RGB value is (82,79,107). Sum of RGB (Red+Green+Blue) = 82+79+107=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #524F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F6B is #ADB094. Grayscale: #525252. Windows color (decimal): -11382933 or 7032658. OLE color: 7032658.

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

Color convert

RGB8279107-
CMYK0.230.2600.58
HSL246.43º15.05%36.47%-
HSV(B)246.43º26.17%41.96%-
XYZ8.938.4515.07-
YUV83.09141.49127.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=30.60%
G=29.48%
B=39.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82791070.230.2600.58246.4315.0536.47
Hex524F6B171A03Af6f24
Octal12211715327320723661744
Binary10100101001111110101110111110100111010111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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