#534F6B

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

Shades of Smoky #534F6B

Tints of Smoky #534F6B

Color information

#534F6B (or 0x534F6B) is unknown color: approx Smoky. HEX triplet: 53, 4F and 6B. RGB value is (83,79,107). Sum of RGB (Red+Green+Blue) = 83+79+107=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #534F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6B is #ACB094. Grayscale: #535353. Windows color (decimal): -11317397 or 7032659. OLE color: 7032659.

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

Color convert

RGB8379107-
CMYK0.220.2600.58
HSL248.57º15.05%36.47%-
HSV(B)248.57º26.17%41.96%-
XYZ9.028.4915.07-
YUV83.39141.33127.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=30.86%
G=29.37%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83791070.220.2600.58248.5715.0536.47
Hex534F6B161A03Af9f24
Octal12311715326320723711744
Binary10100111001111110101110110110100111010111110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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