#51676C

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

Shades of Tax Break #51676C

Tints of Tax Break #51676C

Color information

#51676C (or 0x51676C) is unknown color: approx Tax Break. HEX triplet: 51, 67 and 6C. RGB value is (81,103,108). Sum of RGB (Red+Green+Blue) = 81+103+108=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #51676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51676C is #AE9893. Grayscale: #606060. Windows color (decimal): -11442324 or 7104337. OLE color: 7104337.

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

Color convert

RGB81103108-
CMYK0.250.0500.58
HSL191.11º14.29%37.06%-
HSV(B)191.11º25%42.35%-
XYZ10.9512.5316.03-
YUV96.99134.21116.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=27.74%
G=35.27%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal811031080.250.0500.58191.1114.2937.06
Hex51676C19503Abfe25
Octal1211471543150722771645
Binary101000111001111101100110011010111010101111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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