#536D71

Color #536D71 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #536D71

Tints of Tax Break #536D71

Color information

#536D71 (or 0x536D71) is unknown color: approx Tax Break. HEX triplet: 53, 6D and 71. RGB value is (83,109,113). Sum of RGB (Red+Green+Blue) = 83+109+113=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #536D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D71 is #AC928E. Grayscale: #656565. Windows color (decimal): -11309711 or 7433555. OLE color: 7433555.

HSL color Cylindrical-coordinate representation of color #536D71: hue angle of 188º degrees, saturation: 0.15, 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 #536D71 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83109113-
CMYK0.270.0400.56
HSL188º15.31%38.43%-
HSV(B)188º26.55%44.31%-
XYZ12.0213.9717.69-
YUV101.68134.39114.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=27.21%
G=35.74%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831091130.270.0400.5618815.3138.43
Hex536D711B4038bcf26
Octal1231551613340702741746
Binary101001111011011110001110111000111000101111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D71; }

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

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

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

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

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

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

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

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