#53516F

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

Shades of Smoky #53516F

Tints of Smoky #53516F

Color information

#53516F (or 0x53516F) is unknown color: approx Smoky. HEX triplet: 53, 51 and 6F. RGB value is (83,81,111). Sum of RGB (Red+Green+Blue) = 83+81+111=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #53516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53516F is #ACAE90. Grayscale: #545454. Windows color (decimal): -11316881 or 7295315. OLE color: 7295315.

HSL color Cylindrical-coordinate representation of color #53516F: hue angle of 244º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53516F is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8381111-
CMYK0.250.2700.56
HSL244º15.62%37.65%-
HSV(B)244º27.03%43.53%-
XYZ9.388.8716.26-
YUV85.02142.66126.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=30.18%
G=29.45%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83811110.250.2700.5624415.6237.65
Hex53516F191B038f41026
Octal12312115731330703642046
Binary101001110100011101111110011101101110001111010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53516F; }

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

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

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

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

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

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

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

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