#534F6F

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

Shades of Smoky #534F6F

Tints of Smoky #534F6F

Color information

#534F6F (or 0x534F6F) is unknown color: approx Smoky. HEX triplet: 53, 4F and 6F. RGB value is (83,79,111). Sum of RGB (Red+Green+Blue) = 83+79+111=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #534F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6F is #ACB090. Grayscale: #535353. Windows color (decimal): -11317393 or 7294803. OLE color: 7294803.

HSL color Cylindrical-coordinate representation of color #534F6F: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534F6F is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8379111-
CMYK0.250.2900.56
HSL247.5º16.84%37.25%-
HSV(B)247.5º28.83%43.53%-
XYZ9.238.5816.21-
YUV83.84143.33127.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=30.40%
G=28.94%
B=40.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83791110.250.2900.56247.516.8437.25
Hex534F6F191D038f81125
Octal12311715731350703702145
Binary101001110011111101111110011110101110001111100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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