#535165

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

Shades of Smoky #535165

Tints of Smoky #535165

Color information

#535165 (or 0x535165) is unknown color: approx Smoky. HEX triplet: 53, 51 and 65. RGB value is (83,81,101). Sum of RGB (Red+Green+Blue) = 83+81+101=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #535165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535165 is #ACAE9A. Grayscale: #535353. Windows color (decimal): -11316891 or 6639955. OLE color: 6639955.

HSL color Cylindrical-coordinate representation of color #535165: hue angle of 246º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535165 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8381101-
CMYK0.180.2000.60
HSL246º10.99%35.69%-
HSV(B)246º19.8%39.61%-
XYZ8.868.6613.52-
YUV83.88137.66127.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=31.32%
G=30.57%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83811010.180.2000.6024610.9935.69
Hex535165121403Cf6b24
Octal12312114522240743661344
Binary10100111010001110010110010101000111100111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535165; }

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

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

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

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

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

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

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

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