#535171

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

Shades of Smoky #535171

Tints of Smoky #535171

Color information

#535171 (or 0x535171) is unknown color: approx Smoky. HEX triplet: 53, 51 and 71. RGB value is (83,81,113). Sum of RGB (Red+Green+Blue) = 83+81+113=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #535171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535171 is #ACAE8E. Grayscale: #555555. Windows color (decimal): -11316879 or 7426387. OLE color: 7426387.

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

Color convert

RGB8381113-
CMYK0.270.2800.56
HSL243.75º16.49%38.04%-
HSV(B)243.75º28.32%44.31%-
XYZ9.498.9216.84-
YUV85.25143.66126.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=29.96%
G=29.24%
B=40.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83811130.270.2800.56243.7516.4938.04
Hex5351711B1C038f41026
Octal12312116133340703642046
Binary101001110100011110001110111110001110001111010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535171; }

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

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

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

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

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

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

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

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