#534F6D

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

Shades of Smoky #534F6D

Tints of Smoky #534F6D

Color information

#534F6D (or 0x534F6D) is unknown color: approx Smoky. HEX triplet: 53, 4F and 6D. RGB value is (83,79,109). Sum of RGB (Red+Green+Blue) = 83+79+109=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #534F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6D is #ACB092. Grayscale: #535353. Windows color (decimal): -11317395 or 7163731. OLE color: 7163731.

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

Color convert

RGB8379109-
CMYK0.240.2800.57
HSL248º15.96%36.86%-
HSV(B)248º27.52%42.75%-
XYZ9.128.5415.63-
YUV83.62142.33127.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=30.63%
G=29.15%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83791090.240.2800.5724815.9636.86
Hex534F6D181C039f81025
Octal12311715530340713702045
Binary101001110011111101101110001110001110011111100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F6D; }

 p { color: rgb(83,79,109); }

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

<style>
 a { background-color: #534F6D; }

 a { background-color: rgb(83,79,109); }

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

<style>
 span { border-color: #534F6D; }

 span { border-color: rgb(83,79,109); }

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