#535071

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

Shades of Smoky #535071

Tints of Smoky #535071

Color information

#535071 (or 0x535071) is unknown color: approx Smoky. HEX triplet: 53, 50 and 71. RGB value is (83,80,113). Sum of RGB (Red+Green+Blue) = 83+80+113=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #535071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535071 is #ACAF8E. Grayscale: #545454. Windows color (decimal): -11317135 or 7426131. OLE color: 7426131.

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

Color convert

RGB8380113-
CMYK0.270.2900.56
HSL245.45º17.1%37.84%-
HSV(B)245.45º29.2%44.31%-
XYZ9.428.7716.82-
YUV84.66143.99126.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=30.07%
G=28.99%
B=40.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83801130.270.2900.56245.4517.137.84
Hex5350711B1D038f51126
Octal12312016133350703652146
Binary101001110100001110001110111110101110001111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535071; }

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

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

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

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

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

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

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

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