#53686B

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

Shades of Tax Break #53686B

Tints of Tax Break #53686B

Color information

#53686B (or 0x53686B) is unknown color: approx Tax Break. HEX triplet: 53, 68 and 6B. RGB value is (83,104,107). Sum of RGB (Red+Green+Blue) = 83+104+107=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: blue. Hex color #53686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53686B is #AC9794. Grayscale: #626262. Windows color (decimal): -11310997 or 7039059. OLE color: 7039059.

HSL color Cylindrical-coordinate representation of color #53686B: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53686B is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB83104107-
CMYK0.220.0300.58
HSL187.5º12.63%37.25%-
HSV(B)187.5º22.43%41.96%-
XYZ11.1712.815.79-
YUV98.06133.04117.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=28.23%
G=35.37%
B=36.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831041070.220.0300.58187.512.6337.25
Hex53686B16303Abcd25
Octal1231501532630722741545
Binary10100111101000110101110110110111010101111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53686B; }

 p { color: rgb(83,104,107); }

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

<style>
 a { background-color: #53686B; }

 a { background-color: rgb(83,104,107); }

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

<style>
 span { border-color: #53686B; }

 span { border-color: rgb(83,104,107); }

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