#535163

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

Shades of Smoky #535163

Tints of Smoky #535163

Color information

#535163 (or 0x535163) is unknown color: approx Smoky. HEX triplet: 53, 51 and 63. RGB value is (83,81,99). Sum of RGB (Red+Green+Blue) = 83+81+99=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #535163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535163 is #ACAE9C. Grayscale: #535353. Windows color (decimal): -11316893 or 6508883. OLE color: 6508883.

HSL color Cylindrical-coordinate representation of color #535163: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535163 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB838199-
CMYK0.160.1800.61
HSL246.67º10%35.29%-
HSV(B)246.67º18.18%38.82%-
XYZ8.768.6213.01-
YUV83.65136.66127.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=31.56%
G=30.80%
B=37.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8381990.160.1800.61246.671035.29
Hex535163101203Df7a23
Octal12312114320220753671243
Binary10100111010001110001110000100100111101111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535163; }

 p { color: rgb(83,81,99); }

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

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

 a { background-color: rgb(83,81,99); }

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

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

 span { border-color: rgb(83,81,99); }

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