#536E72

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

Shades of Tax Break #536E72

Tints of Tax Break #536E72

Color information

#536E72 (or 0x536E72) is unknown color: approx Tax Break. HEX triplet: 53, 6E and 72. RGB value is (83,110,114). Sum of RGB (Red+Green+Blue) = 83+110+114=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #536E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E72 is #AC918D. Grayscale: #666666. Windows color (decimal): -11309454 or 7499347. OLE color: 7499347.

HSL color Cylindrical-coordinate representation of color #536E72: hue angle of 187.74º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536E72 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83110114-
CMYK0.270.0400.55
HSL187.74º15.74%38.63%-
HSV(B)187.74º27.19%44.71%-
XYZ12.1814.2118.02-
YUV102.38134.55114.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=27.04%
G=35.83%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831101140.270.0400.55187.7415.7438.63
Hex536E721B4037bc1027
Octal1231561623340672742047
Binary1010011110111011100101101110001101111011110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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