#534F71

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

Shades of Smoky #534F71

Tints of Smoky #534F71

Color information

#534F71 (or 0x534F71) is unknown color: approx Smoky. HEX triplet: 53, 4F and 71. RGB value is (83,79,113). Sum of RGB (Red+Green+Blue) = 83+79+113=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #534F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F71 is #ACB08E. Grayscale: #535353. Windows color (decimal): -11317391 or 7425875. OLE color: 7425875.

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

Color convert

RGB8379113-
CMYK0.270.3000.56
HSL247.06º17.71%37.65%-
HSV(B)247.06º30.09%44.31%-
XYZ9.348.6216.79-
YUV84.07144.33127.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=30.18%
G=28.73%
B=41.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83791130.270.3000.56247.0617.7137.65
Hex534F711B1E038f71226
Octal12311716133360703672246
Binary101001110011111110001110111111001110001111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F71; }

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

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

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

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

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

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

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

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