#536D72

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

Shades of Tax Break #536D72

Tints of Tax Break #536D72

Color information

#536D72 (or 0x536D72) is unknown color: approx Tax Break. HEX triplet: 53, 6D and 72. RGB value is (83,109,114). Sum of RGB (Red+Green+Blue) = 83+109+114=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #536D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D72 is #AC928D. Grayscale: #656565. Windows color (decimal): -11309710 or 7499091. OLE color: 7499091.

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

Color convert

RGB83109114-
CMYK0.270.0400.55
HSL189.68º15.74%38.63%-
HSV(B)189.68º27.19%44.71%-
XYZ12.0713.9917.98-
YUV101.8134.89114.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=27.12%
G=35.62%
B=37.25%

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
Decimal831091140.270.0400.55189.6815.7438.63
Hex536D721B4037be1027
Octal1231551623340672762047
Binary1010011110110111100101101110001101111011111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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