#534F6E

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

Shades of Smoky #534F6E

Tints of Smoky #534F6E

Color information

#534F6E (or 0x534F6E) is unknown color: approx Smoky. HEX triplet: 53, 4F and 6E. RGB value is (83,79,110). Sum of RGB (Red+Green+Blue) = 83+79+110=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #534F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6E is #ACB091. Grayscale: #535353. Windows color (decimal): -11317394 or 7229267. OLE color: 7229267.

HSL color Cylindrical-coordinate representation of color #534F6E: hue angle of 247.74º 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 #534F6E is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8379110-
CMYK0.250.2800.57
HSL247.74º16.4%37.06%-
HSV(B)247.74º28.18%43.14%-
XYZ9.188.5615.92-
YUV83.73142.83127.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=30.51%
G=29.04%
B=40.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83791100.250.2800.57247.7416.437.06
Hex534F6E191C039f81025
Octal12311715631340713702045
Binary101001110011111101110110011110001110011111100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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