#536D70

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

Shades of Tax Break #536D70

Tints of Tax Break #536D70

Color information

#536D70 (or 0x536D70) is unknown color: approx Tax Break. HEX triplet: 53, 6D and 70. RGB value is (83,109,112). Sum of RGB (Red+Green+Blue) = 83+109+112=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #536D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D70 is #AC928F. Grayscale: #656565. Windows color (decimal): -11309712 or 7368019. OLE color: 7368019.

HSL color Cylindrical-coordinate representation of color #536D70: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536D70 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83109112-
CMYK0.260.0300.56
HSL186.21º14.87%38.24%-
HSV(B)186.21º25.89%43.92%-
XYZ11.9613.9517.39-
YUV101.57133.89114.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=27.30%
G=35.86%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831091120.260.0300.56186.2114.8738.24
Hex536D701A3038baf26
Octal1231551603230702721746
Binary10100111101101111000011010110111000101110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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