#51676B

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

Shades of Tax Break #51676B

Tints of Tax Break #51676B

Color information

#51676B (or 0x51676B) is unknown color: approx Tax Break. HEX triplet: 51, 67 and 6B. RGB value is (81,103,107). Sum of RGB (Red+Green+Blue) = 81+103+107=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #51676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51676B is #AE9894. Grayscale: #606060. Windows color (decimal): -11442325 or 7038801. OLE color: 7038801.

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

Color convert

RGB81103107-
CMYK0.240.0400.58
HSL189.23º13.83%36.86%-
HSV(B)189.23º24.3%41.96%-
XYZ10.912.5115.75-
YUV96.88133.71116.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=27.84%
G=35.40%
B=36.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal811031070.240.0400.58189.2313.8336.86
Hex51676B18403Abde25
Octal1211471533040722751645
Binary101000111001111101011110001000111010101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,103,107); }

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

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

 a { background-color: rgb(81,103,107); }

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

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

 span { border-color: rgb(81,103,107); }

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