#535173

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

Shades of Smoky #535173

Tints of Smoky #535173

Color information

#535173 (or 0x535173) is unknown color: approx Smoky. HEX triplet: 53, 51 and 73. RGB value is (83,81,115). Sum of RGB (Red+Green+Blue) = 83+81+115=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #535173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535173 is #ACAE8C. Grayscale: #555555. Windows color (decimal): -11316877 or 7557459. OLE color: 7557459.

HSL color Cylindrical-coordinate representation of color #535173: hue angle of 243.53º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535173 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8381115-
CMYK0.280.3000.55
HSL243.53º17.35%38.43%-
HSV(B)243.53º29.57%45.1%-
XYZ9.68.9617.44-
YUV85.47144.66126.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=29.75%
G=29.03%
B=41.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83811150.280.3000.55243.5317.3538.43
Hex5351731C1E037f41126
Octal12312116334360673642146
Binary101001110100011110011111001111001101111111010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535173; }

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

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

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

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

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

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

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

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