#536E71

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

Shades of Tax Break #536E71

Tints of Tax Break #536E71

Color information

#536E71 (or 0x536E71) is unknown color: approx Tax Break. HEX triplet: 53, 6E and 71. RGB value is (83,110,113). Sum of RGB (Red+Green+Blue) = 83+110+113=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #536E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E71 is #AC918E. Grayscale: #666666. Windows color (decimal): -11309455 or 7433811. OLE color: 7433811.

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

Color convert

RGB83110113-
CMYK0.270.0300.56
HSL186º15.31%38.43%-
HSV(B)186º26.55%44.31%-
XYZ12.1214.1817.72-
YUV102.27134.05114.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=27.12%
G=35.95%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831101130.270.0300.5618615.3138.43
Hex536E711B3038baf26
Octal1231561613330702721746
Binary10100111101110111000111011110111000101110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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