#534F6A

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

Shades of Smoky #534F6A

Tints of Smoky #534F6A

Color information

#534F6A (or 0x534F6A) is unknown color: approx Smoky. HEX triplet: 53, 4F and 6A. RGB value is (83,79,106). Sum of RGB (Red+Green+Blue) = 83+79+106=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #534F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6A is #ACB095. Grayscale: #535353. Windows color (decimal): -11317398 or 6967123. OLE color: 6967123.

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

Color convert

RGB8379106-
CMYK0.220.2500.58
HSL248.89º14.59%36.27%-
HSV(B)248.89º25.47%41.57%-
XYZ8.968.4714.8-
YUV83.27140.83127.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=30.97%
G=29.48%
B=39.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83791060.220.2500.58248.8914.5936.27
Hex534F6A161903Af9f24
Octal12311715226310723711744
Binary10100111001111110101010110110010111010111110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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